For the complete documentation index, see llms.txt. This page is also available as Markdown.

Loggers

Examples for the Loggers module offered in Avalanche

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:

  • Tensorboard logger: this is a simple example that shows how to use the Tensorboard Logger.

  • WandB logger: This is a simple example that shows how to use the WandB Logger.

Was this helpful?