Skip to content

MART v0.3.0

Compare
Choose a tag to compare
@mzweilin mzweilin released this 06 Feb 23:09

What's Changed

New features

  • Composable model sequences that are easy to change in command line. (#55)
  • Add more options to profilers. (#20)

Bug fixes

  • Multi-GPU training. (#24)
  • Allow —resume=? without other parameters. (#46)
  • Add GroupNorm32 to namespace mart.nn. (#45)
  • Capture exceptions with empty error messages. (#61)

Misc.

  • Type annotations. (#29)
  • Return stdout for debugging failed tests. (#62)
  • Automatically installing developer's dependency. (#59)
  • Update installation instructions. (#21)

Full Changelog: v0.2.1...v0.3.0

You can install v0.3.0 by running $ pip install https://github.com/IntelLabs/MART/archive/refs/tags/v0.3.0.zip.