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
99### Fixed
1010### Removed
1111
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+
1224## [ 0.7.3] - 2020-03-10
1325### Fixed
1426- Bug in relabeling code in ImageDataset.
1527
16-
1728## [ 0.7.2] - 2019-07-30
1829### Added
1930- 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
3647### Added
3748- Initial release.
3849
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
4052[ 0.7.2 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.2...v0.7.3
4153[ 0.7.2 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.1...v0.7.2
4254[ 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