Releases: dkubatin/clearml-darknet-py
Releases · dkubatin/clearml-darknet-py
v0.2.1
v0.2.0
Features
- Add a parameter to regulate the save weights. (#9)
- Add the option to save weights every N iterations. (#8)
- Add the parameter of saving weights from the beginning of N iteration. (#8)
Fixes
- Fix buffer size closure, add set_subprocess_buffer_size function. (#7)
- Fix a bug in the save weights. (#2)
Improvements
- Update version clearml. (#10)
Docs
- Add autotests.
v0.1.3
v0.1.2
v0.1.1
Features
- Add hyperparameter parsing of the neural network configuration. (#1)
- Add network hyperparameter output to cleaml. (#1)
- Add support for managing network hyperparameters via clearml. (#1)
Fixes
- Complementing regular expressions to search for -nan values in a string. (#2)
- Minor fixes to tests. (#3)