Downloads
- [Source code (zip)](https://github.com/raschka-research-group/coral_pytorch/archive/v1.1.0.zip)
- [Source code (tar.gz)](https://github.com/raschka-research-group/coral_pytorch/archive/v1.1.0.tar.gz)
New Features
- -
Changes
- By default, bias units are now preinitialized to descending values in [0, 1] range (instead of all zero values), which results in faster training and better generalization performance. (PR [5](https://github.com/Raschka-research-group/coral_pytorch/pull/5))
Bug Fixes
- -