composer.core.types#
Reference for common types used throughout the composer library.
- composer.core.types.Batch#
Alias to type Any. A batch of data can be represented in several formats, depending on the application.
- Type
Any
- composer.core.types.JSON#
JSON Data.
- composer.core.types.Dataset[source]#
Alias for
torch.utils.data.Dataset
.- Type
Dataset[Batch]
Classes
Enum class to represent different memory formats. |
|
Enum to represent which mode the Trainer is in. |