Skip to content

v0.7.1

Compare
Choose a tag to compare
@ahendriksen ahendriksen released this 27 May 09:14
· 116 commits to master since this release

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.