super_gradients.training.exceptions package

Submodules

super_gradients.training.exceptions.dataset_exceptions module

exception super_gradients.training.exceptions.dataset_exceptions.IllegalDatasetParameterException(desc)[source]

Bases: Exception

Exception raised illegal dataset param.

message -- explanation of the error
exception super_gradients.training.exceptions.dataset_exceptions.EmptyDatasetException(desc)[source]

Bases: Exception

Exception raised when a dataset does not have any image for a specific config

message -- explanation of the error
exception super_gradients.training.exceptions.dataset_exceptions.UnsupportedBatchItemsFormat[source]

Bases: ValueError

Exception raised illegal batch items returned from data loader.

message -- explanation of the error

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
exception super_gradients.training.exceptions.sg_model_exceptions.IllegalDataloaderInitialization[source]

Bases: Exception

Exception raised illegal data loaders.

Module contents