Commit Graph

130 Commits

Author SHA1 Message Date
Eren Golge f642dea34b Revert train.py 2018-05-25 05:17:08 -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 30f5ed3737 restore fix 2018-05-16 19:20:40 -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 2c9ad3850a larger lr for stop token 2018-05-14 19:04:29 -07:00
Eren Golge 8454d893ae Use SGD for stop -token layer 2018-05-13 06:35:11 -07:00
Eren Golge bbad1ce28d Separate backward pass for stop-token prediction 2018-05-11 08:38:07 -07:00
Eren Golge f075fd29a0 bug fix train.py add stop token 2018-05-11 04:55:05 -07:00
Eren Golge 3e050074f5 Update train.py for stop token prediciton 2018-05-11 04:15:53 -07:00
Eren Golge 247cfdd923 Allow debug runand don force git hash 2018-05-11 03:49:55 -07:00
Eren Golge d4bfb0e31c Add manual seed 2018-05-11 03:47:30 -07:00
Eren Golge 086160d430 train.py - add with torch.no_grad(): 2018-05-10 16:44:37 -07:00
Eren Golge 3970491451 train.py - replace data[0] with item() 2018-05-10 16:24:30 -07:00
Eren Golge d6c077fe98 Add model name to experiemtn folder 2018-05-10 16:14:23 -07:00
Eren Golge bf02cb70fd Remove experiment folder at error and disable signal use 2018-05-10 16:13:05 -07:00
Eren Golge 528616595c remove 'Variable' from train.py 2018-05-10 16:07:13 -07:00
Eren Golge 463a182804 bug fix 2018-05-05 06:55:18 -07:00
Eren Golge c54600e0d8 bug fix 2018-05-02 06:21:29 -07:00
Eren Golge 28d17d4e9d bug fix 2018-05-02 06:07:20 -07:00
Eren Golge 49e86ff1af bug fix 2018-05-02 05:00:36 -07:00
Eren Golge 8269dda376 bug fix 2018-05-02 04:59:51 -07:00
Eren Golge f7bb3ce8f4 bug fix 2018-05-02 04:59:23 -07:00
Eren Golge b777cd26a9 bug fix 2018-05-02 04:58:48 -07:00
Eren Golge f629a91d27 bug fix 2018-05-02 04:56:52 -07:00
Eren Golge 030e942396 config 2018-05-02 04:56:35 -07:00
Eren Golge b1ac671978 bug fix 2018-04-30 06:12:56 -07:00
Eren Golge 318c26c08c carry to cuda 2018-04-30 06:12:12 -07:00
Eren Golge e1f7da5cbe bug fix 2018-04-30 06:11:22 -07:00
Eren Golge 02d50089c4 add stop loss 2018-04-30 05:47:14 -07:00
Eren Golge a3b1db98e9 stop targets 2018-04-30 05:07:41 -07:00
Eren Golge 0ac6284655 resolve optimizer restore problem 2018-04-28 13:29:50 -07:00
Eren Golge 5f7bf85b19 bug fix 2018-04-28 13:26:14 -07:00
Eren Golge e40cbbe859 a 2018-04-28 13:16:02 -07:00
Eren Golge 60cba1bd9e fix optimizer for restored model 2018-04-28 13:13:01 -07:00
Eren Golge 16561ab40a add model name to config 2018-04-27 04:48:21 -07:00
Eren Golge 869eae2d38 remove folder in error 2018-04-26 05:53:54 -07:00
Eren Golge 349a32e317 bug fix 2018-04-26 05:47:15 -07:00
Eren Golge 57ab11d4bd bug fix 2018-04-26 05:46:49 -07:00
Eren Golge ea4a8f7d26 bug fix 2018-04-26 05:46:24 -07:00
Eren Golge 1aaa78b091 remove folder if error 2018-04-26 05:44:18 -07:00
Eren Golge 379ff17a9a optional proirity_freq 2018-04-26 05:38:52 -07:00
Eren Golge b076960c84 remove requires_grad_() 2018-04-26 05:27:08 -07:00
Eren Golge 12cd959ff8 manual seeding 2018-04-26 05:13:51 -07:00
Eren Golge 56bbd95d9a bug fix
Q
~
'
2018-04-25 08:42:21 -07:00
Eren Golge e0affc38af against blocking stduot 2018-04-25 08:25:55 -07:00
Eren Golge 2895bf06b4 bug fix 2018-04-25 08:12:14 -07:00
Eren Golge b2bb98dd6f bug fix 2018-04-25 08:05:31 -07:00
Eren Golge da039707db Remove variables 2018-04-25 08:02:56 -07:00
Eren Golge 375d3c4b95 make attn guiding optional #6 2018-04-25 05:53:09 -07:00