Commit Graph

80 Commits

Author SHA1 Message Date
Eren G c381c730c4 Merge branch 'loc-sens-attn' into loc-sens-attn-new and attention without attention-cum 2018-07-13 14:27:51 +02:00
Eren Golge 9528030bbf Use MSE loss instead of L1 Loss 2018-06-06 07:42:51 -07:00
Eren Golge 200dc632ba Master merge 2018-05-28 01:24:06 -07:00
Eren Golge 8d24acaa78 Do not avg cummulative attention weight 2018-05-25 15:01:16 -07:00
Eren Golge e42ad1525e Merge branch 'master' of https://github.com/Mozilla/TTS
Conflicts:
	README.md
	best_model_config.json
	datasets/LJSpeech.py
	layers/tacotron.py
	notebooks/TacotronPlayGround.ipynb
	notebooks/utils.py
	tests/layers_tests.py
	tests/loader_tests.py
	tests/tacotron_tests.py
	train.py
	utils/generic_utils.py
2018-05-25 05:14:04 -07:00
Eren Golge a25ba81296 bug fix 2018-05-25 04:28:40 -07:00
Eren Golge b7b566c7ae More comments for new layers 2018-05-25 03:25:26 -07:00
Eren Golge e393c601b6 remove abundant arguments 2018-05-25 03:25:01 -07:00
Eren Golge 2bdabc047a Remove empty lines 2018-05-25 03:24:45 -07:00
Eren Golge e4ce66192d Add a missing class variable to attention class 2018-05-23 06:20:04 -07:00
Eren Golge f95733c300 Comment StopNet arguments 2018-05-23 06:18:27 -07:00
Eren Golge 88ec7786a6 Add a constant attnetion model type to attention class 2018-05-23 06:18:09 -07:00
Eren Golge becb9e040a Remove depricated comment 2018-05-23 06:17:48 -07:00
Eren Golge a9dfbe4ee2 Configurable alignment method 2018-05-23 06:17:01 -07:00
Eren Golge 59b3e31cdb Commenting the attention code 2018-05-23 06:16:39 -07:00
Eren Golge 4481139376 A major bug fix for location sensitive attention. 2018-05-23 06:04:28 -07:00
Eren Golge afbfb6f1a6 Remove flatten_parameters due to a bug at pytorch 0.4 2018-05-18 06:00:16 -07:00
Eren Golge a6fa077e07 add location attn to decoder 2018-05-18 03:34:07 -07:00
Eren Golge 3f00e395eb Add location sens attention 2018-05-18 03:33:41 -07:00
Eren Golge 98e0c45fd2 Correct commnet 2018-05-18 03:32:17 -07:00
Eren Golge 5e7f79e9d4 Update decoder accepting location sensitive attention 2018-05-17 08:03:40 -07:00
Eren Golge 0cc6fa3160 Add location sensitive attention 2018-05-17 08:03:16 -07:00
Eren Golge e39b1b3275 Add a length constraint for test time stop signal, to avoid stopage at a mid point stop sign 2018-05-16 04:00:59 -07:00
Eren Golge 7a64c6e383 RNN stop-token prediction 2018-05-15 16:12:47 -07:00
Eren Golge 7d5fe41ab4 bug fix, average mel spec validation loss 2018-05-15 07:13:46 -07:00
Eren Golge f3ec92df5e predict stop token from rnn out + mel 2018-05-14 19:00:50 -07:00
Eren Golge 76f36553cd Update stopnet with more layers 2018-05-14 07:02:24 -07:00
Eren Golge 5ce80d052c Stop test time model with stop_token 2018-05-13 06:31:59 -07:00
Eren Golge 861b5a68b7 bug fix 2018-05-11 04:19:28 -07:00
Eren Golge c12e4245b2 Stop token layer on decoder 2018-05-11 04:14:27 -07:00
Eren Golge 98a019d1de remove Variable from models/tacotron.py 2018-05-10 16:35:38 -07:00
Eren Golge 27f5c476da remove Variable from tacotron.py 2018-05-10 16:30:43 -07:00
Eren Golge c7b20d5133 remove Variable from losses.py 2018-05-10 16:27:55 -07:00
Eren Golge 497a6991c7 Loss bug fix - target_flat vs target 2018-05-10 15:59:05 -07:00
Eren Golge 192ff3b89e Perform stop token prediction to stop the model. 2018-05-03 05:56:06 -07:00
Eren Golge 030e942396 config 2018-05-02 04:56:35 -07:00
Eren Golge 67dfb2f01d thweb finetune 2018-04-29 06:12:14 -07:00
Eren Golge b076960c84 remove requires_grad_() 2018-04-26 05:27:08 -07:00
Eren Golge 7c5a41deb8 Remove variables 2018-04-25 08:00:48 -07:00
Eren Golge 081e3e8d10 bug fix loss 2018-04-25 08:00:30 -07:00
Eren Golge 91ac9d48f1 Remove variables 2018-04-25 08:00:19 -07:00
Eren Golge d88ff78505 Test notebook update 2018-04-21 04:23:54 -07:00
Eren Golge e83fc03edc threshold changed 2018-04-16 11:54:49 -07:00
Eren Golge 4b34fe1e3e a new hacky way to stop generation and test notebook update 2018-04-13 05:09:14 -07:00
Eren Golge b73d501c7d bug fix 2018-04-12 05:59:40 -07:00
Eren Golge b11cf66c69 bug fix on training avg loss printing and computing 2018-04-12 05:57:52 -07:00
Eren Golge dc370e84bd pep8 check 2018-04-03 03:24:57 -07:00
Eren Golge 58257c4a06 loss bug fix 2018-03-28 18:20:56 -07:00
Eren Golge c65e0265f9 Data loader bug fix 3 2018-03-26 11:08:15 -07:00
Eren Golge 4a800eadf8 Data loader bug fix 2 2018-03-26 11:07:15 -07:00