Commit Graph

268 Commits

Author SHA1 Message Date
erogol 20dd509430 change the way how ref_level_db is handled in audio.py 2020-03-17 18:24:05 +01:00
erogol b9df54adcd bug fix and check cleaner config field by comparing with the list of
avail functions
2020-03-17 15:05:13 +01:00
erogol fa795347a9 turkish cleaner and data preprocessor 2020-03-17 14:47:59 +01:00
erogol fd9f469ddc visualization updates wrt mean-var scaling 2020-03-17 13:38:57 +01:00
erogol 77f36b65b8 StandardScaler added 2020-03-17 13:38:57 +01:00
erogol cef9f06887 changes of audio.py for mean-vat scaling 2020-03-17 13:38:57 +01:00
erogol 2a15e39166 bug fix and run desc in tensorboard 2020-03-10 22:38:51 +01:00
erogol 975842f71a Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2020-03-10 11:32:26 +01:00
erogol 669a2e1d73 linter fixes 2020-03-10 11:30:13 +01:00
erogol e97bb45aba bug fixes and fixing unit tests 2020-03-10 11:06:25 +01:00
erogol a2e900ef3b formatting audio.py 2020-03-09 21:05:10 +01:00
erogol 032bf312c6 update train.py for guided attention 2020-03-09 21:04:13 +01:00
erogol 0f78f5c277 Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2020-03-09 10:25:13 +01:00
erogol 1ad205a9f0 Merge branch 'dev' of https://github.com/Edresson/TTS into Edresson-dev 2020-03-09 10:19:08 +01:00
Edresson Casanova 7ffc102542 add unittest for vocabulary parameters 2020-03-05 17:44:47 -03:00
Edresson Casanova 36235c5e3f rename text to characters in config.json 2020-03-03 09:17:56 -03:00
Edresson Casanova 4e53896438 fix travis lint check 2020-03-02 15:33:13 -03:00
Edresson Casanova 59e2752107 fix travis unit test errors 2020-03-02 11:46:00 -03:00
erogol c825b63d4c better version control for phonemizer 2020-03-02 12:53:55 +01:00
Edresson Casanova 8feb326a60 add text parameters in config.json 2020-03-01 15:47:08 -03:00
erogol a68012aec2 BCE masked loss and padding stop_tokens with 0s not 1s 2020-02-25 14:17:20 +01:00
erogol a5d919cec8 use 0 padding for stop tokens, which seems not working after padding_idx 2020-02-25 11:52:26 +01:00
erogol e6504cc9a4 config update, check arguments update and enable alternative arguments 2020-02-23 03:09:10 +01:00
erogol 28eb3abfd6 setting stft parameters with constants 2020-02-23 03:07:42 +01:00
erogol 6abae742b7 updateing cleaners 2020-02-23 03:04:27 +01:00
erogol bc6764a5c7 bug fix at server 2020-02-21 15:00:40 +01:00
erogol 957f7dcbc5 padding idx for embedding layer 2020-02-20 12:24:54 +01:00
erogol ecf84fa4ad linter fixes 2020-02-19 18:30:25 +01:00
erogol 0c7c34c12c remove grad_accum from config checker 2020-02-19 18:30:25 +01:00
erogol 2079097183 check config with a function 2020-02-19 18:30:25 +01:00
erogol e40bc18c84 fix linter problems and loader test 2020-02-19 18:30:25 +01:00
erogol 60379271dc update for phonemizer 2.1 2020-02-19 18:30:25 +01:00
root ffe9a32813 set silence trimming threshold in config 2020-02-19 18:27:02 +01:00
root 284daba116 bug fixes 2020-02-19 18:27:02 +01:00
erogol 6977899d07 fix constant GL bug in synthesis 2020-02-19 17:54:06 +01:00
erogol 9eb3c3a342 setting stft parameters with constants 2020-02-12 23:54:33 +01:00
erogol 4130674e46 update for phonemizer 2.1 2020-02-12 12:21:53 +01:00
root 542141c978 set silence trimming threshold in config 2020-02-03 14:16:40 +01:00
root eb63c95d97 bug fixes 2020-01-27 15:42:56 +01:00
root e5bf2719bd graves attention as in melnet paper 2020-01-14 13:22:23 +01:00
root 94c6cb8e07 measure update 2020-01-14 10:41:41 +01:00
root 560b094f3a binary measure 2020-01-14 02:27:09 +01:00
root 93399564c5 bug fix for sound normalization 2020-01-07 18:48:54 +01:00
root 7b6fe29f00 sound norm fix 2019-12-30 12:49:17 +00:00
Eren Golge e41a7c1a02 setup gradual training schedule wrt num gpus 2019-11-20 12:08:23 +01:00
Eren Golge 4873620bc2 remove zero-frame in dataloader 2019-11-19 12:58:54 +01:00
Eren Golge df1b8b3ec7 linter and test updates for speaker_encoder, gmm_Attention 2019-11-12 12:42:42 +01:00
Eren Golge 1401a0db6b update GMM attention calp max min 2019-11-12 11:20:53 +01:00
Eren Golge 015f7780f4 Decoder shape comments for Tacotron2, decoupled grad clip for stopnet and the rest of the network. Some variable renaming and bug fix for alignment score logging 2019-11-12 11:20:53 +01:00
Eren Golge adf9ebd629 Graves attention and setting attn type by config.json 2019-11-12 11:18:57 +01:00