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=Truewhen
constructing aMSDRegressionModelorMSDSegmentationModel.
Fixed
- Make
model.forward()more memory-efficient.
v0.7.1
Added
- Add
weights_pathcommand-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
MSDBlock2dimplementation by default now.