Trainer

class maze.train.trainers.common.trainer.Trainer

Interface for trainers.

abstract load_state(file_path: Union[str, BinaryIO])None

Load state from file. This is required for resuming training or model fine tuning with different parameters.

Parameters

file_path – Path from where to load the state.