v0.2.1
🐸 v0.2.1
🐞Bug Fixes
- Fix distributed training and solve compact issues with the Trainer API.
- Fix bugs in the VITS model implementation that caused training instabilities.
- Fix some Abstract Class usage issues in WaveRNN and WaveGrad models.
💾 Code updates
- Use a single gradient scaler for all the optimizers in TrainerAPI. Previously, we used one scaler per optimizer.
🏃♀️Operational Updates
- Update to Pylint 2.10.2
Thanks to 👑 @fijipants for his fixes 🛠️
Thanks to 👑 @agrinh for his flag and discussion in DDP issues