TrainerMode# class composer.core.TrainerMode(value)[source]# Enum to represent which mode the Trainer is in. TRAIN# In training mode. EVAL# In evaluation mode. PREDICT# In predict mode.