noether.core.trackers.noop¶
Classes¶
Dummy tracker that does nothing. |
Module Contents¶
- class noether.core.trackers.noop.NoopTracker(metric_property_provider, path_provider)¶
Bases:
noether.core.trackers.base.BaseTrackerDummy tracker that does nothing.
Initialize the BaseTracker.
- Parameters:
metric_property_provider (noether.core.providers.MetricPropertyProvider) – The metric property provider gives additional information such as whether higher values are better.
path_provider (noether.core.providers.PathProvider) – Gives access to paths (e.g., output_path: where checkpoints/logs are stored).