- Reverted change made in 0.18.4 (Model checkpoint is no longer saved at the end of the last epoch as this is the same model saved in `ouput_dir` at the end of training).
Model checkpoint is now saved for all epochs again.
0.18.50.18.5
Fixed
- Fixed bug when using `sliding_window` .
0.18.40.18.4
Fixed
- Typo in `classification_utils.py` .
Changed
- Model checkpoint is no longer saved at the end of the last epoch as this is the same model saved in `ouput_dir` at the end of training.
0.18.30.18.3
Fixed
- Potential bugfix for CamemBERT models which were giving identical outputs to all inputs.
0.18.20.18.2
Added
- Added option to turn off model saving at the end of every epoch with `save_model_every_epoch` .
Fixed
- Fixed bug with missing `tensorboard_folder` key in certain situations.
Changed
- Moved `args` items common to all classes to one place ( `config/global_args.py` ) for maintainability. Does not make any usage changes.