coqui-tts/TTS/tts/layers
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
..
align_tts isort all imports 2021-04-09 00:45:20 +02:00
bark docs(bark): update docstrings and type hints 2024-05-15 22:56:55 +02:00
delightful_tts fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
feed_forward Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
generic PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
glow_tts refactor: remove duplicate convert_pad_shape 2024-06-26 10:17:04 +02:00
overflow chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
tacotron fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
tortoise fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
vits refactor: remove duplicate convert_pad_shape 2024-06-26 10:17:04 +02:00
xtts chore(stream_generator): address lint issues 2024-06-17 09:52:35 +02:00
__init__.py Remove SpeedySpeech from .models.json 2021-09-10 17:47:27 +00:00
losses.py chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00