Skip to content

v0.2.1

Compare
Choose a tag to compare
@ValerianRey ValerianRey released this 17 Sep 16:53
· 53 commits to main since this release
802c399

This version fixes some bugs and inconveniences.

Changelog:

Changed

  • Removed upper cap on numpy version in the dependencies. This makes torchjd compatible with
    the most recent numpy versions too.

Fixed

  • Prevented IMTLG from dividing by zero during its weight rescaling step. If the input matrix
    consists only of zeros, it will now return a vector of zeros instead of a vector of nan.

Contributors