coqui-tts/TTS/tts
Enno Hermann c5241d71ab chore: address pytorch deprecations
torch.range(a, b) == torch.arange(a, b+1)

meshgrid indexing: https://github.com/pytorch/pytorch/issues/50276

checkpoint use_reentrant:
https://dev-discuss.pytorch.org/t/bc-breaking-update-to-torch-utils-checkpoint-not-passing-in-use-reentrant-flag-will-raise-an-error/1745

optimizer.step() before scheduler.step():
https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate
2024-06-26 11:38:25 +02:00
..
configs Add hi in config defaults 2023-11-24 15:38:36 +01:00
datasets refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
layers chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
models fix: clarify types, fix missing functions 2024-06-26 10:17:04 +02:00
utils refactor: remove duplicate convert_pad_shape 2024-06-26 10:17:04 +02:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00