⬆️ Upgrade ⬆️
Changes documented in #682 :
- Remove the
optimizer_idx
inlr_scheduler_step
inSystem
. - Replace
torch.symeigh
bytorch.linalg.eigh
in beamforming.py - Disable X-UMX as it uses torch1.x STFT : @r-sawata do you want to fix it ?
- Replace
on_*_end
withon_training_*_end
- Replace
torch.testing.assert_allclose
withtorch.testing.assert_close
.
Happy coding 🙃