AlbertoCenzato/pytorch_ext

Provide an easy way to instantiate common ModelTrainer-callbacks couplings

AlbertoCenzato opened this issue · 2 comments

Provide an easy way to instantiate common ModelTrainer-callbacks couplings

Added a function, create_model_trainer(), that instantiates a ModelTrainer and adds TrainingTimeEstimation and BatchStatistics. Model checkpointing is still to be added

Added Checkpoint to the callbacks added to ModelTrainer by create_model_trainer()