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.