File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.4.0] - 2018-01-30
8
+ ### Added
9
+ - Supports and works with CIFAR10 dataset.
10
+
11
+ ### Changed
12
+ - Upgrade to PyTorch 0.3.0.
13
+ - Supports CUDA 9.
14
+ - Drop our custom softmax function and switch to PyTorch softmax function.
15
+ - Modify the save_image utils function to handle 3-channel (RGB) image.
16
+
17
+ ### Fixed
18
+ - Compatibilities with PyTorch 0.3.0.
19
+
7
20
## [ 0.3.0] - 2017-11-27
8
21
### Added
9
22
- Decoder network PyTorch module.
@@ -64,3 +77,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
64
77
[ 0.1.0 ] : https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.0.1...v0.1.0
65
78
[ 0.2.0 ] : https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.1.0...v0.2.0
66
79
[ 0.3.0 ] : https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.2.0...v0.3.0
80
+ [ 0.4.0 ] : https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.3.0...v0.4.0
You can’t perform that action at this time.
0 commit comments