Skip to content

Releases: nmichlo/disent

v0.0.1.dev3

27 Feb 17:19
Compare
Choose a tag to compare
v0.0.1.dev3 Pre-release
Pre-release
  • Custom annealing schedules
  • BaseFramework & experiment schedules/annealing support
  • Removed BetaVaeH (this is just an annealed version of the BetaVAE)

v0.0.1.dev2

27 Feb 17:14
Compare
Choose a tag to compare
v0.0.1.dev2 Pre-release
Pre-release
  • weight initialisation
  • torch.distributions instead of manual sampling and loss calculation
  • selectable loss reduction modes 'sum', 'mean', 'batch_mean'
  • better experiment logging and crash reporting
  • metric summary logging
  • flatness metric
  • MIT License
  • synthetic datasets rgb=False fix
  • config cleanup
  • loss nan/out of bounds error

v0.0.1.dev1

05 Feb 02:43
Compare
Choose a tag to compare
v0.0.1.dev1 Pre-release
Pre-release
Merge branch 'dev' into main