Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-12 | 418 Bytes | |
Upgrade to Torch 2.x and Lightning 2.x source code.tar.gz | 2023-10-12 | 2.2 MB | |
Upgrade to Torch 2.x and Lightning 2.x source code.zip | 2023-10-12 | 2.4 MB | |
Totals: 3 Items | 4.6 MB | 1 |
⬆️ Upgrade ⬆️
Changes documented in [#682] :
- Remove the optimizer_idx
in lr_scheduler_step
in System
.
- Replace torch.symeigh
by torch.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
with on_training_*_end
- Replace torch.testing.assert_allclose
with torch.testing.assert_close
.
Happy coding 🙃