Commit Graph

283 Commits

Author SHA1 Message Date
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 b904bc02d6 config update and initial bias for graves attention 2019-11-12 11:19:57 +01:00
Eren Golge ec579d02a1 bug fix argparser 2019-10-31 15:13:39 +01:00
Eren Golge 9b6021318d conditional required args for train and distribute.py 2019-10-31 14:13:15 +01:00
Eren Golge 05f038880b continuining training from where it is left off 2019-10-30 15:48:38 +01:00
Eren Golge 8f53f9fc8f bug fix 2019-10-29 19:07:08 +01:00
Eren Golge 002991ca15 bug fixes, linter update and test updates 2019-10-29 14:28:49 +01:00
Eren Golge 5a56a2c096 bug fixes for forward backward training and load_data for parsing data_loader 2019-10-29 02:58:42 +01:00
Eren Golge e83a4b07d2 commention model outputs for tacotron, align outputs shapes of tacotron and tracotron2, merge bidirectional decoder 2019-10-28 14:51:19 +01:00
Eren Golge fbfa20e3b3 linter fix 2019-10-04 18:36:32 +02:00
Eren Golge 0849e3c42f sound normalization while reading, adapting get_Speaker for multiple datasets 2019-10-04 18:20:30 +02:00
Eren Golge 8dec2a9e95 fix memory leak duee to diagonal alingmnet score 2019-10-02 00:30:25 +02:00
Eren Golge 64a01f584b load_meta_data changes 2019-09-30 15:03:18 +02:00
Eren Golge acbafb456b Weighting positive values for stopnet loss, change adam_weight_decay name 2019-09-28 15:44:17 +02:00
Eren Golge b76aaf8ad4 skip weight decay for BN and biases, some formatting 2019-09-28 01:09:28 +02:00
Eren Golge c8a548d375 fix the debug 2019-09-23 10:25:51 +02:00
Eren Golge 8d3775a7d6 Update tacotron2 for gradual training and chnage the indexing of prenet nputs to oick the last frame 2019-09-23 10:25:51 +02:00
Eren Golge d45d963dc1 linter fix 2019-09-11 10:39:59 +02:00
Eren Golge 609d8efa69 compute alignment diagonality score and encapsulate stats averaging with a class in traning 2019-09-11 10:32:07 +02:00
Eren Golge afdc4bad10 Merge branch 'dev-radam' into dev 2019-08-30 10:15:54 +02:00
Reuben Morais 3c5aeb5e22 Fix installation by using an explicit symlink 2019-08-29 11:49:53 +02:00
Eren Golge 97ffa2b44e indent 2019-08-22 15:28:46 +02:00
Eren Golge 0a717faf1c reduce TB load for step stats 2019-08-22 15:28:11 +02:00
Eren Golge 1a1db23df1 radam 2019-08-22 00:34:46 +02:00
Eren Golge d99623e285 bug fixes for logging 2019-08-19 16:27:53 +02:00
Eren Golge 728b97da3a formatting for pylint 2019-08-16 14:22:35 +02:00
Eren Golge b22c7d4a29 Merge branch 'dev-gradual-queue' into dev 2019-08-16 13:20:17 +02:00
Eren Golge 446cd6fa06 small logging bug fix 2019-08-14 12:32:09 +02:00
Eren Golge bea9701d93 change the computation of the global step 2019-08-13 11:53:56 +02:00
Thomas Werkmeister 4a23354d3c stylewav for testing inference 2019-07-24 12:17:08 +02:00
Eren Golge 713b3df792 prompt data loade time per iteartion 2019-07-22 15:10:19 +02:00
Eren Golge ee706b50f6 enalbe graudal training by config.json 2019-07-22 02:11:20 +02:00
Eren Golge d47ba5d310 gradual traning with memory queue 2019-07-20 12:33:21 +02:00
Reuben Morais 057a50a889 Merge branch 'dev' into contribution-grease 2019-07-19 11:41:14 +02:00
Reuben Morais 9a61dfa155 Address additional lint problems 2019-07-19 11:35:06 +02:00
Eren Golge 4336e1d338 fix unittests for the latest updates 2019-07-19 11:12:48 +02:00
Reuben Morais 11e7895329 Fix Pylint issues 2019-07-19 09:08:51 +02:00
Eren Golge 5fe6ad8932 Merge branch 'dev' of github.com:mozilla/TTS into dev 2019-07-17 12:24:25 +02:00
Thomas Werkmeister 721345f1f2
use min and max seq length during eval 2019-07-17 12:11:16 +02:00
Eren Golge fd081c49b7 split dataset outside preprocessor 2019-07-16 21:15:04 +02:00
Eren Golge b7036e458d provide meta data in train.py to dataloader 2019-07-16 15:18:47 +02:00
Eren Golge 1468db0d07 bug fix for multispeaker test run 2019-07-12 10:50:20 +02:00
Thomas Werkmeister 2f2482f9b4 reading all speakers upfront 2019-07-10 18:38:55 +02:00
Thomas Werkmeister 6390c3b2e6 num_speakers larger than 1 2019-07-02 14:46:41 +02:00
Thomas Werkmeister ba8cc8054b disabling multispeaker with num_speakers=0 2019-07-01 14:01:34 +02:00
Thomas Werkmeister 765597e983 proper error message for when num_speakers is set too low 2019-06-26 13:41:00 +02:00
Thomas Werkmeister d172a3d3d5 multispeaker 2019-06-26 12:59:14 +02:00
Eren Golge 7410daceb2 Adapt TTS for TacotronGST and some changes for Audio.py , better config.json naming 2019-06-05 18:33:57 +02:00
Eren Golge 9c7cb80634 load test sent from a file 2019-05-28 14:40:56 +02:00
Eren Golge e62659da94 update separate stopnet flow to make it faster. 2019-05-17 16:15:43 +02:00