coqui-tts/TTS/bin
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
..
__init__.py fixing dome pypi issues 2021-01-25 13:06:12 +01:00
collect_env_info.py style: run black 2024-03-07 11:46:51 +01:00
compute_attention_masks.py fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
compute_embeddings.py fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
compute_statistics.py fix: logging in executables 2024-04-03 15:19:45 +02:00
eval_encoder.py fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
extract_tts_spectrograms.py fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
find_unique_chars.py fix: logging in executables 2024-04-03 15:19:45 +02:00
find_unique_phonemes.py fix: logging in executables 2024-04-03 15:19:45 +02:00
remove_silence_using_vad.py fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
resample.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
synthesize.py fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
train_encoder.py chore: address pytorch deprecations 2024-06-26 11:38:25 +02:00
train_tts.py fix: logging in executables 2024-04-03 15:19:45 +02:00
train_vocoder.py fix: logging in executables 2024-04-03 15:19:45 +02:00
tune_wavegrad.py fix: logging in executables 2024-04-03 15:19:45 +02:00