TensorBoardLogger.jl is a native library for logging arbitrary data to Tensorboard, extending Julia's standard Logging framework. It can also be used to deserialize TensoBoard's .proto files. The fundamental type defined in this package is a TBLogger, which behaves like other standard loggers in Julia such as ConsoleLogger or TextLogger. You can create one by passing it the path to the folder where you want to store the data. You can also pass an optional second argument to specify the behaviour in case there already exists a document at the given path.
Features
- You can set it to be your global logger with the function global_logger
- You can set it to be the current logger in a scope with the function with_logger
- You can combine it with other Loggers using LoggingExtras.jl, so that messages are logged to TensorBoard and to other backends at the same time
- You can log to TensorBoard any type. Numeric types will be logged as scalar
- Arrays will be binned into histograms, images and audio will be logged as such, and we even support Plots, PyPlot and Gadfly figures
- Integration with third party packages
Categories
Data VisualizationLicense
MIT LicenseFollow TensorBoardLogger.jl
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of TensorBoardLogger.jl!