Skip to content

v0.2.1

Compare
Choose a tag to compare
@erogol erogol released this 31 Aug 10:39
· 1362 commits to main since this release
5793dca

🐸 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