Releases: ahendriksen/msd_pytorch
Releases · ahendriksen/msd_pytorch
v0.8.0
v0.7.2
[0.7.2] - 2019-07-30
Added
- Support for multi-gpu execution. Use
parallel=True
when
constructing aMSDRegressionModel
orMSDSegmentationModel
.
Fixed
- Make
model.forward()
more memory-efficient.
v0.7.1
Added
- Add
weights_path
command-line argument to msd executable to indicate
where to store final weights. - Add
MSDBlock2d
: this is a faster and slightly more memory efficient
implementation of the same MSD component. Many thanks to Jonas
Adler for suggesting this way of structuring the code!
Changed
- The MSD models use
MSDBlock2d
implementation by default now.