super_gradients.training.exceptions package
Submodules
super_gradients.training.exceptions.dataset_exceptions module
super_gradients.training.exceptions.sg_model_exceptions module
- exception super_gradients.training.exceptions.sg_model_exceptions.UnsupportedTrainingParameterFormat(desc)[source]
Bases:
Exception
Exception raised illegal training param format.
- message -- explanation of the error
- exception super_gradients.training.exceptions.sg_model_exceptions.UnsupportedOptimizerFormat[source]
Bases:
super_gradients.training.exceptions.sg_model_exceptions.UnsupportedTrainingParameterFormat
Exception raised illegal optimizer format.
- message -- explanation of the error