Releases: nmichlo/disent
Releases · nmichlo/disent
v0.0.1.dev3
- Custom annealing schedules
- BaseFramework & experiment schedules/annealing support
- Removed BetaVaeH (this is just an annealed version of the BetaVAE)
v0.0.1.dev2
- 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
Merge branch 'dev' into main