coqui-tts/TTS
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
..
bin chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
config Run `make style` 2023-12-13 14:56:41 +02:00
demos/xtts_ft_demo style: run pre-commit 2024-05-08 12:17:47 +02:00
encoder chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
server fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
tts chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
utils fix(utils.generic_utils): correctly call now() 2024-05-31 08:39:32 +02:00
vc refactor(freevc): remove duplicate sequence_mask 2024-06-26 10:17:04 +02:00
vocoder build: add numpy2 support 2024-06-16 22:10:33 +02:00
.models.json Fix bark model 2024-01-08 14:45:04 +10:30
__init__.py fix: restore TTS.__version__ attribute 2024-05-28 09:35:55 +02:00
api.py refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
model.py fix: clarify types, fix missing functions 2024-06-26 10:17:04 +02:00