Commit Graph

97 Commits (0333483617953bd105d68032c5d03b5819270e7f)

Author SHA1 Message Date
erogol f75b0a6439 linter updates 2020-05-18 18:46:13 +02:00
erogol 523fa5dfd2 pass sequence mask to the same device as the input 2020-05-18 11:35:19 +02:00
erogol 0ec42fa279 more agressive remove folder 2020-05-12 14:09:16 +02:00
erogol 574968b249 refactoring utils 2020-05-12 13:57:37 +02:00
erogol f63bce89f6 pylint fix 2020-04-23 15:46:45 +02:00
erogol d5093bf6fb checkpoint log 2020-04-23 14:24:38 +02:00
erogol 0e7ecca33f fancier and more flexible (self adapting to loss_dict) console logging. Fixing multi-gpu loss reduce 2020-04-23 14:14:09 +02: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 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 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 e6504cc9a4 config update, check arguments update and enable alternative arguments 2020-02-23 03:09:10 +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
Eren Golge e41a7c1a02 setup gradual training schedule wrt num gpus 2019-11-20 12:08:23 +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
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 acbafb456b Weighting positive values for stopnet loss, change adam_weight_decay name 2019-09-28 15:44:17 +02:00
Eren Golge 99d7f2a666 update set_weight_decay 2019-09-28 15:31:18 +02:00
Eren Golge 8565c508e4 remove debug line 2019-09-28 01:11:04 +02:00
Eren Golge b76aaf8ad4 skip weight decay for BN and biases, some formatting 2019-09-28 01:09:28 +02:00
Eren Golge 5b6b1f354d add use_gst to enable global style token 2019-09-24 16:24:58 +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
Reuben Morais 28644a717e Fix tests 2019-08-29 12:18:33 +02:00
Eren Golge b22c7d4a29 Merge branch 'dev-gradual-queue' into dev 2019-08-16 13:20:17 +02:00
Eren Golge 5acd9e82bd save model r value for checkpoints 2019-08-16 13:11:51 +02:00
Eren Golge 91795cc0f1 config update 2019-07-22 15:44:09 +02:00
Eren Golge ee706b50f6 enalbe graudal training by config.json 2019-07-22 02:11:20 +02:00
Reuben Morais 11e7895329 Fix Pylint issues 2019-07-19 09:08:51 +02:00
Eren Golge fd081c49b7 split dataset outside preprocessor 2019-07-16 21:15:04 +02:00
Eren Golge aec7f02817 libri tts config, and bug fix 2019-07-16 15:17:38 +02:00
Thomas Werkmeister 2f2482f9b4 reading all speakers upfront 2019-07-10 18:38:55 +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 4678c66599 forward_attn_mask and config update 2019-06-04 00:39:29 +02:00
Eren Golge ba492f43be Set tacotron model parameters to adap to common_layers.py - Prenet and Attention 2019-05-27 14:40:28 +02:00
Eren Golge e62659da94 update separate stopnet flow to make it faster. 2019-05-17 16:15:43 +02:00
Eren Golge 832dc3eafa bug fix 2019-05-15 12:37:31 +02:00
Eren Golge 6331bccefc make dropout oprional #2 2019-05-12 17:35:31 +02:00
Eren Golge e2439fde9a make location attention optional and keep all attention weights in attention class 2019-04-29 11:37:01 +02:00
Eren Golge 3c2d500f53 Changesat windowing and some comments 2019-04-12 16:13:40 +02:00
Eren Golge e2cf35bb10 Make loss masking optional 2019-04-10 16:41:08 +02:00
Eren Golge 8a47b46195 print warning if a layer in ehckpoint is not defined in model definition 2019-04-08 19:32:07 +02:00
Eren Golge 961af0f5cd setup_model externally based on model selection. Make forward attention and prenet type configurable in config.json 2019-04-05 17:49:18 +02:00
Eren Golge 6edd8bc6dd add git branch and restore_path to copied config file for each run 2019-03-29 17:01:57 +01:00
Eren Golge d8908692c5 refactor partial reinit script as a function. Allow user to select layers to reinit in finutunning 2019-03-23 17:19:40 +01:00