ksuit.trackers.noop_tracker =========================== .. py:module:: ksuit.trackers.noop_tracker Classes ------- .. autoapisummary:: ksuit.trackers.noop_tracker.NoopTracker Module Contents --------------- .. py:class:: NoopTracker(metric_property_provider, path_provider) Bases: :py:obj:`ksuit.trackers.base_tracker.BaseTracker` Dummy tracker that does nothing. Initialize the BaseTracker. :param metric_property_provider: The metric property provider gives additional information such as whether higher values are better. :param path_provider: Gives access to paths (e.g., output_path: where checkpoints/logs are stored).