coqui-tts/TTS/tts/layers/overflow
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
..
__init__.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
common_layers.py fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
decoder.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
neural_hmm.py chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
plotting_utils.py Ruff autofix C41 2023-12-13 14:56:41 +02:00