Release Notes
The changelog for the current development version is available at [https://github.com/raschka-research-group/coral_pytorch/blob/main/docs/CHANGELOG.md](https://github.com/raschka-research-group/coral_pytorch/blob/main/docs/CHANGELOG.md.
1.4.0 (07-17-2022)
Downloads
New Features
- Adds object-oriented versions of the losses:
coral_pytorch.losses.CoralLoss
andcoral_pytorch.losses.CornLoss
.
Changes
Bug Fixes
- -
1.3.0 (07-16-2022)
Downloads
New Features
- -
Changes
- -
Bug Fixes
- Fixes a bug where the normalization of the
corn_loss
different from the one proposed in the original paper. (#22)
1.2.0 (11-17-2021)
Downloads
New Features
- Add CORN loss corresponding to the manuscript, "Deep Neural Networks for Rank-Consistent Ordinal Regression Based On Conditional Probabilities"
Changes
Bug Fixes
- -
1.1.0 (04/08/2021)
Downloads
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)
Bug Fixes
- -
1.0.0 (11/15/2020)
Downloads
New Features
- First release.
Changes
- First release.
Bug Fixes
- First release.