Releases: moskomule/homura
Releases · moskomule/homura
October release
- Deprecated horovod, hydra, and auto acheduling.
- Improve random seed setting
etc...
New Trainer and Reporting system
homura is much simpler than before!
Registry system
In v2020.07, I introduced the registry system. Next release will introduce major changes.
Accumulated updates
Merge pull request #38 from moskomule/dev Update Requirements
v2019.11.2
Rewrite many parts for simplicity
- Merge Distributed Trainer into Trainer (distributed agnostic)
- Iteration-based + epoch-based training / evaluation
- Simple callbacks/reporters
- Simple optimizers/lr_schedulers
v0.7
Update!
Update!
Minor bugfix
Fix v0.4 so that:
- logging no longer disrupt tqdm
- importing
homura.debug
no longer sets log level todebug
Many breaking changes
with CI and add many features