Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beekill95 committed Dec 22, 2023
1 parent 664f107 commit 938f5cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* Implement evaluation loop.
* Support mixed-precision training.

## [v0.1.3](https://github.com/beekill95/torch-training-loop/releases/tag/v0.1.3) - 2023-12-22

### Fixed

* Not passing metrics to SimpleTrainingStep won't cause initialization error.
([#26](https://github.com/beekill95/torch-training-loop/issues/26))
* Displaying scientific notation when metrics values becoming too large or too small.
([#29](https://github.com/beekill95/torch-training-loop/issues/29))

## [v0.1.2](https://github.com/beekill95/torch-training-loop/releases/tag/v0.1.2) - 2023-11-27

### Changed
Expand Down

0 comments on commit 938f5cc

Please sign in to comment.