What's Changed
Updates:
- Modularisation of SwyftModule
- Restructuring of
configure_optimizers
andconfigure_callbacks
- New default is AdamW with early stopping
- Alternatives with AdamW and OneCycleLR and ReduceLROnPlateau exist as well
- Automatic reloading of best model at the end of training is default
- Extended plot options
- Add
smooth_prior
flag for interpolating likelihoods - Renaming of plotting routines (plot_posterior, plot_corner, plot_pair)
- Update example notebook
- Bug fix for labels in corner plot by @anchal-009 in #136
New Contributors
- @anchal-009 made their first contribution in #136
- Co-authored-by: NoemiAM noemi.anaumontel@gmail.com
Full Changelog: v0.4.4...v0.4.5