File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Fixed
10
10
### Removed
11
11
12
+ ## [ 0.8.0] - 2020-03.10
13
+ ### Added
14
+ ### Fixed
15
+ - Weights access when pruning in pytorch 1.4
16
+ ### Removed
17
+ - torchvision dependency
18
+ - sacred dependency
19
+ - ` msd_pytorch.relu_inplace `
20
+ - command-line interface
21
+ - old MSDModule
22
+ - stitch functions and modules
23
+
12
24
## [ 0.7.3] - 2020-03-10
13
25
### Fixed
14
26
- Bug in relabeling code in ImageDataset.
15
27
16
-
17
28
## [ 0.7.2] - 2019-07-30
18
29
### Added
19
30
- Support for multi-gpu execution. Use ` parallel=True ` when
@@ -36,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
47
### Added
37
48
- Initial release.
38
49
39
- [ Unreleased ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.3...master
50
+ [ Unreleased ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.8.0...master
51
+ [ 0.8.0 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.3...v0.8.0
40
52
[ 0.7.2 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.2...v0.7.3
41
53
[ 0.7.2 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.1...v0.7.2
42
54
[ 0.7.1 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.6.2...v0.7.1
You can’t perform that action at this time.
0 commit comments