Commit Graph

4034 Commits

Author SHA1 Message Date
Eren Gölge
79f7c5da1e delete separate tts training scripts and pre-commit configuration 2021-06-22 13:12:52 +02:00
Eren Gölge
ca787be193 make style 2021-06-22 13:12:52 +02:00
Eren Gölge
d376647ca0 logging/__init__.py 2021-06-22 13:12:52 +02:00
Eren Gölge
bb58a0588e fix logger imports 2021-06-22 13:12:52 +02:00
Eren Gölge
9bbc924377 import missings 2021-06-22 13:12:52 +02:00
Eren Gölge
b4d4ce0d7e remove redundant imports 2021-06-22 13:12:52 +02:00
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