coqui-tts/tests
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
..
aux_tests refactor: use save_checkpoint()/save_best_model() from Trainer 2023-11-17 01:18:23 +01:00
bash_tests style: run pre-commit 2024-05-08 12:17:47 +02:00
data style: run pre-commit 2024-05-08 12:17:47 +02:00
data_tests Merge pull request #1 from eginhard/lint-overhaul 2024-03-06 16:10:26 +01:00
inference_tests refactor: use save_checkpoint()/save_best_model() from Trainer 2023-11-17 01:18:23 +01:00
inputs style: run pre-commit 2024-05-08 12:17:47 +02:00
text_tests feat(cleaners): add multilingual phoneme cleaner 2024-06-14 15:06:03 +02:00
tts_tests chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
tts_tests2 refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
vc_tests refactor: remove duplicate methods available in Trainer 2024-03-12 15:06:42 +01:00
vocoder_tests test(vocoder): disable wavegrad training test in CI 2024-03-08 17:27:23 +01:00
xtts_tests Make style 2023-11-13 13:01:01 +01:00
zoo_tests fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
__init__.py refactor: remove duplicate methods available in Trainer 2024-03-12 15:06:42 +01:00