coqui-tts/TTS/tts/models
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
..
__init__.py fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
align_tts.py refactor: use external package for monotonic alignment 2024-11-08 12:35:04 +01:00
bark.py chore(bark): remove manual download of hubert model 2024-09-12 23:37:19 +02:00
base_tacotron.py refactor: use load_fsspec from trainer 2024-06-29 15:07:10 +02:00
base_tts.py fix: clarify types, fix missing functions 2024-06-26 10:17:04 +02:00
delightful_tts.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
forward_tts.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
glow_tts.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
neuralhmm_tts.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
overflow.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
tacotron.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
tacotron2.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
tortoise.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
vits.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
xtts.py Merge pull request #113 from idiap/pytorch 2024-11-04 22:14:42 +01:00