TimeUnit (original) (raw)

Toggle site navigation sidebar

Composer

Toggle table of contents sidebar

Back to top

Edit this page

Toggle table of contents sidebar

class composer.TimeUnit(value)[source]#

Enum class to represent units of time for the training process.

ITERATION#

Iterations.

Type

str

EPOCH#

Epochs.

Type

str

BATCH#

Batches (i.e. number of optimization steps)

Type

str

SAMPLE#

Samples.

Type

str

TOKEN#

Tokens. Applicable for natural language processing (NLP) models.

Type

str

DURATION#

Fraction of the training process complete, on [0.0, 1.0)

Type

str