noether.core.trackers.trackio_tracker¶
Attributes¶
Classes¶
Schema for TrackioTracker configuration. |
|
HuggingFace Trackio tracker. |
Module Contents¶
- noether.core.trackers.trackio_tracker.TRACKIO_IMPORT_ERROR = None¶
- class noether.core.trackers.trackio_tracker.TrackioTrackerSchema(/, **data)¶
Bases:
noether.core.trackers.BaseTrackerConfigSchema for TrackioTracker configuration.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- Parameters:
data (Any)
- class noether.core.trackers.trackio_tracker.TrackioTracker(tracker_config, **kwargs)¶
Bases:
noether.core.trackers.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 (TrackioTrackerSchema)
- config¶