noether.core.trackers.trackio_tracker

Attributes

Classes

TrackioTracker

HuggingFace Trackio tracker.

Module Contents

noether.core.trackers.trackio_tracker.TRACKIO_IMPORT_ERROR = None
class noether.core.trackers.trackio_tracker.TrackioTracker(tracker_config, **kwargs)

Bases: noether.core.trackers.base.BaseTracker

HuggingFace Trackio tracker.

https://github.com/gradio-app/trackio

Initialize the TrackioTracker. :param tracker_config: Configuration for the TrackioTracker. See TrackioTrackerSchema for available options including project and space_id. :param **kwargs: Additional keyword arguments passed to the parent class.

Parameters:

tracker_config (noether.core.schemas.trackers.TrackioTrackerSchema)

config