roatienza / efficientspeech

PyTorch code implementation of EfficientSpeech - to be presented at ICASSP2023.
Apache License 2.0
153 stars 26 forks source link

Please upgrade pytorch_lightning #3

Closed lucasjinreal closed 1 year ago

lucasjinreal commented 1 year ago

we are now in 2.0 as well as lightning_bolts, also, it was outdated since torch2.0, every single APi breaks

v0xie commented 1 year ago

Try my fork with latest Torch and Lightning, branch feature/faster-training: https://github.com/v0xie/efficientspeech/tree/feature/faster-training

roatienza commented 1 year ago

Upgraded to PyTorch2.0 and Lightning2.0