otx.core.data.noisy_label_detection#
Module for noisy label detection features.
Classes
Class to track loss dynamics and export it to Datumaro format. |
|
|
Mix-in to track loss dynamics during training. |
- class otx.core.data.noisy_label_detection.LossDynamicsTracker[source]#
Bases:
object
Class to track loss dynamics and export it to Datumaro format.
- init_with_otx_dataset(otx_dataset: DatasetEntity) None [source]#
DatasetEntity should be injected to the tracker for the initialization.
- class otx.core.data.noisy_label_detection.LossDynamicsTrackingMixin(**kwargs)[source]#
Bases:
object
Mix-in to track loss dynamics during training.
- property loss_dyns_tracker: LossDynamicsTracker#
Get tracker.