super_gradients.common.data_types.enum package

Submodules

super_gradients.common.data_types.enum.deep_learning_task module

class super_gradients.common.data_types.enum.deep_learning_task.DeepLearningTask(value)[source]

Bases: str, enum.Enum

An enumeration.

CLASSIFICATION = 'classification'
DEPTH_ESTIMATION = 'depth_estimation'
NLP = 'nlp'
OBJECT_DETECTION = 'object_detection'
OTHER = 'other'
POSE_ESTIMATION = 'pose_estimation'
SEMANTIC_SEGMENTATION = 'semantic_segmentation'

Module contents