Commit Graph

311 Commits

Author SHA1 Message Date
mittimithai 6501369b0a
Small fix for "Tacotron" use
"Tacotron" won't work without this fix, since the linear spectrograms end up not getting computed
2020-04-01 11:57:53 -07:00
erogol 141797b6ae write model description to tensorboard 2020-03-17 13:23:25 +01:00
erogol 2a15e39166 bug fix and run desc in tensorboard 2020-03-10 22:38:51 +01:00
erogol 3472a41255 make it optional to load linear specs in dataloader and fix tests
respectively
2020-03-10 18:17:35 +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 032bf312c6 update train.py for guided attention 2020-03-09 21:04:13 +01:00
erogol 796a59d0cc Rename in-mel-spec 2020-03-09 21:03:40 +01:00
erogol 0f78f5c277 Merge branch 'dev' of https://github.com/mozilla/TTS into dev 2020-03-09 10:25:13 +01: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
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 aef12f0c21 fix test iteratoin 2020-02-20 15:53:10 +01:00
erogol 2079097183 check config with a function 2020-02-19 18:30:25 +01:00
erogol 9aacd2ee0a linter fix 2020-02-19 18:30:25 +01:00
erogol 2cec58320b use decorater for torch.no_grad 2020-02-19 18:30:25 +01:00
root 9921d682c3 seq_len_norm for imbalanced datasets 2020-02-19 18:27:02 +01:00
root 8dfedb691e fix noam schedule 2020-01-15 12:07:19 +01:00
root 6e09224697 change lr_decay config field to noam_schedule 2020-01-03 00:38:08 +01:00
root 9d666af715 plot alignment score for eval 2020-01-03 00:30:01 +01:00
Eren Golge c466b9c1ff fix memory bloat on restore 2019-12-09 13:34:17 +01:00
Eren Golge 40a533530b small fix 2019-12-09 13:27:46 +01:00
Eren Golge a31d1cb2d9 small fixes 2019-11-19 16:48:04 +01:00
Eren Golge 1d40909ef7 small argument fix 2019-11-19 13:07:06 +01:00
Eren Golge df1b8b3ec7 linter and test updates for speaker_encoder, gmm_Attention 2019-11-12 12:42:42 +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 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