TimeUnit (original) (raw)
Toggle site navigation sidebar
Toggle table of contents sidebar
Toggle table of contents sidebar
class composer.TimeUnit(value)[source]#
Enum class to represent units of time for the training process.
ITERATION#
Iterations.
Type
EPOCH#
Epochs.
Type
BATCH#
Batches (i.e. number of optimization steps)
Type
SAMPLE#
Samples.
Type
TOKEN#
Tokens. Applicable for natural language processing (NLP) models.
Type
DURATION#
Fraction of the training process complete, on [0.0, 1.0)
Type