drytorch.trackers.csv
Module containing a tracker that dumps metrics in a CSV file.
Classes
|
Dump metrics into a CSV file. |
|
Dialect similar to excel that converts numbers to floats. |
- class CSVDumper(par_dir: Path | None = None, dialect: Dialect = <drytorch.trackers.csv.DryTorchDialect object>)[source]
Bases:
Dumper,MetricLoaderDump metrics into a CSV file.
Initialize.
- Parameters:
- notify(event: Event) None[source]
- notify(event: StartExperimentEvent) None
- notify(event: MetricEvent) None
Notify the tracker of an event.
- Parameters:
event (Event) – the event to notify about.
- Return type:
None