Commit Graph

304 Commits (1b8d0f5b2693d2f7a04cabcafe86cc981c885660)

Author SHA1 Message Date
Eren Golge 1b8d0f5b26 Master merge 2018-05-28 01:24:06 -07:00
Eren Golge ad943120ae Do not avg cummulative attention weight 2018-05-25 15:01:16 -07:00
Eren Golge 52df57dadf Readme update 2018-05-25 05:59:39 -07:00
Eren Golge 8be6d3a8e5 Readme update 2018-05-25 05:51:14 -07:00
Eren Golge 34531b0c51 change the lower bound of clip operation 2018-05-25 05:39:08 -07:00
Eren Golge 65ea7b0afb Revert train.py 2018-05-25 05:17:08 -07:00
Eren Golge 24644b20d4 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 14083c4da6 Readme update 2018-05-25 04:52:36 -07:00
Eren Golge 16502269ec Notebook updates 2018-05-25 04:30:00 -07:00
Eren Golge ff245a16cb bug fix 2018-05-25 04:28:40 -07:00
Eren Golge 9d3cda9b60 Readme update 2018-05-25 04:28:24 -07:00
Eren Golge 256ed6307c More comments for new layers 2018-05-25 03:25:26 -07:00
Eren Golge 4127b66359 remove abundant arguments 2018-05-25 03:25:01 -07:00
Eren Golge a5f66b58e0 Remove empty lines 2018-05-25 03:24:45 -07:00
Eren Golge fe99baec5a Add a missing class variable to attention class 2018-05-23 06:20:04 -07:00
Eren Golge 8ffc85008a Comment StopNet arguments 2018-05-23 06:18:27 -07:00
Eren Golge 14f9d06b31 Add a constant attnetion model type to attention class 2018-05-23 06:18:09 -07:00
Eren Golge 819011e1a2 Remove depricated comment 2018-05-23 06:17:48 -07:00
Eren Golge 0f933106ca Configurable alignment method 2018-05-23 06:17:01 -07:00
Eren Golge d8c460442a Commenting the attention code 2018-05-23 06:16:39 -07:00
Eren Golge 7acf4eab94 A major bug fix for location sensitive attention. 2018-05-23 06:04:28 -07:00
Eren Golge 6bcec24d13 Remove flatten_parameters due to a bug at pytorch 0.4 2018-05-18 06:00:16 -07:00
Eren Golge 9ff240e0ea notebook update 2018-05-18 04:46:09 -07:00
Eren Golge 288a6b5b1d add location attn to decoder 2018-05-18 03:34:07 -07:00
Eren Golge 243204bc3e Add location sens attention 2018-05-18 03:33:41 -07:00
Eren Golge 7b9fd63649 Correct commnet 2018-05-18 03:32:17 -07:00
Eren Golge d43b4ccc1e Update decoder accepting location sensitive attention 2018-05-17 08:03:40 -07:00
Eren Golge 3348d462d2 Add location sensitive attention 2018-05-17 08:03:16 -07:00
Eren Golge e6112f7b2d restore fix 2018-05-16 19:20:40 -07:00
Eren Golge 520ba9551f notebook 2018-05-16 05:09:15 -07:00
Eren Golge 70beccf328 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 40f1a3d3a5 RNN stop-token prediction 2018-05-15 16:12:47 -07:00
Eren Golge a31e60e928 bug fix, average mel spec validation loss 2018-05-15 07:13:46 -07:00
Eren Golge b2e09f9f58 larger lr for stop token 2018-05-14 19:04:29 -07:00
Eren Golge 02d72ccbfe predict stop token from rnn out + mel 2018-05-14 19:00:50 -07:00
Eren Golge d629dafb20 Update stopnet with more layers 2018-05-14 07:02:24 -07:00
Eren Golge 074d1c97d3 Use SGD for stop -token layer 2018-05-13 06:35:11 -07:00
Eren Golge f27281d529 Update sythesis function for stop tokens 2018-05-13 06:34:46 -07:00
Eren Golge 060200991e test notebook update 2018-05-13 06:34:20 -07:00
Eren Golge cac7e9ca5b Stop test time model with stop_token 2018-05-13 06:31:59 -07:00
Eren Golge dc3f909ddc Separate backward pass for stop-token prediction 2018-05-11 08:38:07 -07:00
Eren Golge 5a5b9263e2 bug fix train.py add stop token 2018-05-11 04:55:05 -07:00
Eren Golge 8ed9f57a6d bug fix 2018-05-11 04:19:28 -07:00
Eren Golge 31cc9c5443 Update train.py for stop token prediciton 2018-05-11 04:15:53 -07:00
Eren Golge 8be07ee3c5 stop token prediction update for tacotron model 2018-05-11 04:15:06 -07:00
Eren Golge 3ea1a5358d Stop token layer on decoder 2018-05-11 04:14:27 -07:00
Eren Golge 1d8ad0968c Allow debug runand don force git hash 2018-05-11 03:49:55 -07:00
Eren Golge 3c55aed6a4 Add manual seed 2018-05-11 03:47:30 -07:00
Eren Golge 44fb6d57b5
Merge pull request #29 from pshah123/patch-1
Fix link for 170k iteration model commit
2018-05-11 12:43:54 +02:00
Eren Golge b4bd713581 train.py - add with torch.no_grad(): 2018-05-10 16:44:37 -07:00