Loggers
Examples for the Loggers module offered in Avalanche
Was this helpful?
Examples for the Loggers module offered in Avalanche
Was this helpful?
Avalanche offers concrete support for using standard logger like csv file, TensorBoard, etc. or even defining your own loggers. You can find examples related to the benchmarks here:
: this is a simple example that shows how to use the Tensorboard Logger.
: This is a simple example that shows how to use the WandB Logger.