Skip to content

Commit 49ff8a0

Browse files
committed
Update CHANGELOG format
1 parent 7093e00 commit 49ff8a0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 0.0.2 - 2017-11-12
7+
## [0.1.0] - 2017-11-12
88
### Added
99
- Implemented reconstruction loss.
1010
- Saving reconstructed image as file.
11-
- Bug fixes:
12-
- Missing square in equation 4 for margin (class) loss.
13-
- More intuitive variable naming.
14-
- Resolve Pylint warnings and reformat code.
1511
- Improve training speed by using PyTorch DataParallel to wrap our model.
1612
- PyTorch will parallelized the model and data over multiple GPUs.
1713
- Supports training:
@@ -21,9 +17,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2117
- with or without CUDA (tested with CUDA version 8.0.61)
2218
- cuDNN 5 (tested with cuDNN 5.1.3)
2319

20+
### Changed
21+
- More intuitive variable naming.
22+
23+
### Fixed
24+
- Resolve Pylint warnings and reformat code.
25+
- Missing square in equation 4 for margin (class) loss.
26+
2427
## 0.0.1 - 2017-11-04
2528
### Added
2629
- Initial release. The first beta version. API is stable. The code runs. So, I think it's safe to use for development but not ready for general production usage.
2730

2831
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
29-
[0.0.2]: https://github.com/cedrickchee/keep-a-changelog/compare/v0.0.1...v0.0.2
32+
[0.1.0]: https://github.com/cedrickchee/keep-a-changelog/compare/v0.0.1...v0.1.0

0 commit comments

Comments
 (0)