Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Fixed

Removed

0.7.2 - 2019-07-30

Added

  • Support for multi-gpu execution. Use parallel=True when constructing a MSDRegressionModel or MSDSegmentationModel.

Fixed

  • Make model.forward() more memory-efficient.

Removed

0.7.1 - 2019-05-27

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.

0.6.2 - 2019-05-23

Added

  • Initial release.