coqui-tts/TTS/encoder/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
..
base_encoder.py refactor: use load_fsspec from trainer 2024-06-29 15:07:10 +02:00
lstm.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
resnet.py Fix Speaker Consistency Loss (SCL) (#2364) 2023-02-27 09:14:00 +03:00