Releases: Xylambda/torchfitter
Releases · Xylambda/torchfitter
Remove Manager. Update examples
WIP, ENH, BLD: fix gh-pages deployment. Add more examples (#50) * WIP, ENH, BLD: fix gh-pages deployment. Add more examples * CLN: remove manager. Update requirements * CLN: remove experiments folder * DOC, CLN: remove Manager. Update docs
v4.2.2
v4.2.1
Changed
- Callbacks have been reorganized in folders.
- Update requirements.
- Update
gh-pages.yml. - Update
README.md - Update
mixed_precisionparameter and usage.
Fixed
- Progress bar will only be created under the main process.
- Logging now is handled by
acceleratelibrary.
v4.2.0: ENH: regularization as callbacks (#42)
Added
- Add
torch.ditributionexample, with code taken from Romain Strock. - Add
predictmethod toTrainer. #38 - Add functions to freeze and unfreeze model. #43
- Add function to transform dataset into time series dataset.
Fixed
- Metrics are now moved to the execution device #41.
- Log level is now used in the Trainer. #40
LearningRateSchedulernow does not crash in first epoch whenon_trainis False. #36
Changed
- Make regularization part of the callbacks system. #37
- Divide utils into three submodules:
convenience,preprocessinganddata. - Update requirements to avoid conflicts.
- Update some tests.
Removed
- Remove old regularization module and all related code.