Eren Gölge
aefa71155c
make style
2021-06-22 13:12:52 +02:00
Eren Gölge
88d8a94a10
update extract_tts_spectrogram for `cond_input` API of the models
2021-06-22 13:12:52 +02:00
Eren Gölge
667bb708b6
update `extract_tts_spec...` using `SpeakerManager`
2021-06-22 13:12:52 +02:00
Eren Gölge
830306d2fd
update `extract_tts_spectrograms` for the new model API
2021-06-22 13:12:52 +02:00
Eren Gölge
c673eb8ef8
correct import of `load_meta_data`
...
remove redundant import
2021-06-22 13:12:52 +02:00
Eren Gölge
f0a419546b
fix `Synthesized` for the new `synthesis()`
2021-06-22 13:12:52 +02:00
Eren Gölge
c7ff175592
revert logging.info to print statements for trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
fd6afe5ae5
update `setup_model.py` imports
2021-06-22 13:12:52 +02:00
Eren Gölge
0c05318e8d
update tts training tests to use the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
c82d91051d
update align_tts.py model for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
4f66e816d1
update align_tts_loss for trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
8213ad8b5f
update aling_tts_config for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
8dfd4c91ff
update trainer.py for better logging handling, restoring models and
...
rename init_ functions with get_
2021-06-22 13:12:52 +02:00
Eren Gölge
fb9289d365
update `synthesis.py` for being more generic
2021-06-22 13:12:52 +02:00
Eren Gölge
f121b0ff5d
update `speedy_speech.py` model for trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
843b3ba960
update `speedy_speecy_config.py` for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
c9790bee2c
update tacotron model to return `model_outputs`
2021-06-22 13:12:52 +02:00
Eren Gölge
f09ec7e3a7
update glow-tts for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
3346a6d9dc
update `sequence_mask` import globally
2021-06-22 13:12:52 +02:00
Eren Gölge
9765b1aa6b
update `glow_tts_config.py` for setting the optimizer and the scheduler
2021-06-22 13:12:52 +02:00
Eren Gölge
6bf6543df8
typing annotation for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
57cdddef16
add trainer and train_tts
2021-06-22 13:12:52 +02:00
Eren Gölge
d769af9e3b
remove `truncated` from synthesizer
2021-06-22 13:12:52 +02:00
Eren Gölge
570633ab80
update console logger
2021-06-22 13:12:52 +02:00
Eren Gölge
2ac6b824ca
update `synthesis.py` for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
c9e5527070
remove `tts.generic_utils` as all the functions are moved to other files
2021-06-22 13:12:52 +02:00
Eren Gölge
2ab723cd10
update Tacotron models for the trainer
2021-06-22 13:12:52 +02:00
Eren Gölge
d6b6a15b5c
add `gradual_training` argument to tacotron.py
2021-06-22 13:12:52 +02:00
Eren Gölge
118a7f2b43
import missings for tacotron.py
2021-06-22 13:12:52 +02:00
Eren Gölge
c98149d488
mode `setup_model()` to `models/__init__.py`
2021-06-22 13:12:52 +02:00
Eren Gölge
86edf6ab0e
add sequence_mask to `utils.data`
2021-06-22 13:12:52 +02:00
Eren Gölge
c61486b1e3
`setup_loss()` in `layer/__init__.py`
2021-06-22 13:12:52 +02:00
Eren Gölge
f07209d2e0
rename preprocess.py -> formatters.py
2021-06-22 13:12:52 +02:00
Eren Gölge
facb782851
move load_meta_data and related functions to `datasets/__init__.py`
2021-06-22 13:12:52 +02:00
Eren Gölge
b9d4355d20
set test_sentences in config
2021-06-22 13:12:52 +02:00
Eren Gölge
7bdd0eb72f
trainer-API updates
2021-06-22 13:12:52 +02:00
Eren Gölge
0f284841d1
rename MyDataset -> TTSDataset
2021-06-22 13:12:52 +02:00
Edresson
99d40e98d9
fix Lint checks
2021-06-18 14:59:01 -03:00
Edresson
28bec238ca
fix Lint checks
2021-06-18 14:33:50 -03:00
Edresson
83644056e3
fix Lint checks
2021-06-18 14:32:28 -03:00
Edresson Casanova
e78e3cd81e
Merge branch 'dev' into dev
2021-06-18 14:10:03 -03:00
Edresson
b74b510d3c
Compute embeddings and find characters using config file
2021-06-18 14:04:49 -03:00
Eren Gölge
79241b69fe
Merge pull request #572 from a-froghyar/fix-extract-tts-script
...
Forcing do_trim_silence to False in the extract TTS script
2021-06-15 10:56:53 +02:00
Eren Gölge
121d5cf5b7
Merge branch 'dev' into fix-extract-tts-script
2021-06-15 10:55:44 +02:00
Eren Gölge
d85ee901d5
Fix #571
2021-06-15 10:53:53 +02:00
Adam Froghyar
b0aa189348
Forcing do_trim_silence to False in the extract TTS script
2021-06-14 10:44:00 +02:00
Sadam Hussain Memon
d0cef713cf
`mixed_precision` set to false
...
Change default value of `"mixed_precision" : false` as when it is set true it leads to `raise RuntimeError(f" [!] NaN loss with {key}.")
RuntimeError: [!] NaN loss with decoder_loss.`
2021-06-10 05:51:30 +05:00
Eren Gölge
d245b5d48f
bump up v0.0.15.1
2021-06-08 09:21:01 +02:00
Eren Gölge
d0eb2e636f
Merge pull request #557 from coqui-ai/add-missing-version-file
...
add missing VERSION to manifest
2021-06-08 09:19:29 +02:00
Eren Gölge
ed6e109aec
add missing VERSION to manifest
2021-06-08 09:17:05 +02:00