noether.core.trackers.trackio_tracker¶
Attributes¶
Classes¶
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.BaseTrackerHuggingFace Trackio tracker.
https://github.com/gradio-app/trackio
Initialize the TrackioTracker. :param tracker_config: Configuration for the TrackioTracker. See
TrackioTrackerSchemafor 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¶