View source on GitHub |
Standard names for model modes (deprecated).
THIS CLASS IS DEPRECATED.
The following standard keys are defined:
TRAIN
: training mode.EVAL
: evaluation mode.INFER
: inference mode.
Methods
validate
@classmethod
validate( key )