Skip to content

Commit 7093e00

Browse files
committed
Update CHANGELOG
1 parent d06ba55 commit 7093e00

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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
8+
### Added
9+
- Implemented reconstruction loss.
10+
- 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.
15+
- Improve training speed by using PyTorch DataParallel to wrap our model.
16+
- PyTorch will parallelized the model and data over multiple GPUs.
17+
- Supports training:
18+
- on CPU (tested with macOS Sierra)
19+
- on one GPU (tested with 1 Tesla K80 GPU)
20+
- on multiple GPU (tested with 8 GPUs)
21+
- with or without CUDA (tested with CUDA version 8.0.61)
22+
- cuDNN 5 (tested with cuDNN 5.1.3)
23+
724
## 0.0.1 - 2017-11-04
825
### Added
926
- 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.

0 commit comments

Comments
 (0)