Training utilities
smguo opened this issue · 2 comments
smguo commented
Would be useful to add training utilities that
- split the data into train, validation, test for monitoring overfitting and tuning hyper parameters
- at the end of every epoch, save model if the validation loss improves. Right now the model only gets saved at the end of training.
- early stopping training if validation loss does not improve
mattersoflight commented