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