Skip to content

v0.4.5

Latest
Compare
Choose a tag to compare
@cweniger cweniger released this 15 Sep 13:46
· 2 commits to master since this release
ba1b474

What's Changed

Updates:

  • Modularisation of SwyftModule
  • Restructuring of configure_optimizers and configure_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

Full Changelog: v0.4.4...v0.4.5