coqui-tts/TTS/tts/layers
Enno Hermann 2df9bfa78e
refactor: handle deprecation of torch.cuda.amp.autocast (#144)
torch.cuda.amp.autocast(args...) and torch.cpu.amp.autocast(args...) will be
deprecated. Please use torch.autocast("cuda", args...) or torch.autocast("cpu",
args...) instead.

https://pytorch.org/docs/stable/amp.html
2024-11-09 18:37:08 +01:00
..
align_tts isort all imports 2021-04-09 00:45:20 +02:00
bark refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
delightful_tts refactor: use external package for monotonic alignment 2024-11-08 12:35:04 +01: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 refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
vits refactor: remove duplicate get_padding 2024-06-26 11:54:36 +02:00
xtts Merge pull request #113 from idiap/pytorch 2024-11-04 22:14:42 +01: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