Skip to content

Bug fixes & tests

Compare
Choose a tag to compare
@mpariente mpariente released this 15 Mar 13:20
· 596 commits to master since this release

Mainly, this release is to downgrade pytorch-lightning to 0.6.0 as we were having some performance problems with 0.7.1 (#58).
We also incorporate metrics calculation in Asteroid, though pb_bss_eval which is a sub-package of pb_bss available on PyPI.

New

  • WHAMR support + and Tasnet recipe (#54)
  • Add BatchNorm wrapper that handles 2D, 3D and 4D cases. retrievable from string bN. (#60)
  • get_metrics method and strict dependency on pb_bss_eval (#57) (#62)

Bug fixes

  • Fix PITLossWrapper usage on GPU (#55)