Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Version 0.1.5

Compare
Choose a tag to compare
@tgreensp tgreensp released this 29 Mar 18:49
· 81 commits to master since this release

Version 0.1.5

Major Features and Improvements

  • Add support for multiple applications of MinDiff within MinDiffModel. This
    includes:

    • Utils for validating and manipulating structures for MinDiff applications
    • Added functionality in input utils to enable packing multiple sets of
      MinDiff data into one dataset.
    • Changes to MinDiffModel to support multiple applications of MinDiff in a
      single instance.

Bug fixes and other small changes

  • Remove protobuf and tensorflow_model_analysis dependencies.
  • pack_min_diff_data now conserves shape or original inputs.

Breaking changes

  • (Minor) Change default name of MinDiffLoss instance to be snake_case.

Deprecations