Граф коммитов

178 Коммитов

Автор SHA1 Сообщение Дата
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 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 ff245a16cb bug fix 2018-05-25 04:28:40 -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 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 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 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 cac7e9ca5b Stop test time model with stop_token 2018-05-13 06:31:59 -07:00
Eren Golge 8ed9f57a6d bug fix 2018-05-11 04:19:28 -07:00
Eren Golge 3ea1a5358d Stop token layer on decoder 2018-05-11 04:14:27 -07:00
Eren Golge 2c1f66a0fc remove Variable from models/tacotron.py 2018-05-10 16:35:38 -07:00
Eren Golge 4ab8cbb016 remove Variable from tacotron.py 2018-05-10 16:30:43 -07:00
Eren Golge a856f76791 remove Variable from losses.py 2018-05-10 16:27:55 -07:00
Eren Golge 14c9e9cde9 Loss bug fix - target_flat vs target 2018-05-10 15:59:05 -07:00
Eren Golge f8d5bbd5d2 Perform stop token prediction to stop the model. 2018-05-03 05:56:06 -07:00
Eren Golge a4561c5096 config 2018-05-02 04:56:35 -07:00
Eren Golge 82ffe819eb thweb finetune 2018-04-29 06:12:14 -07:00
Eren Golge 7bfdc32b7b remove requires_grad_() 2018-04-26 05:27:08 -07:00
Eren Golge 07f71b1761 Remove variables 2018-04-25 08:00:48 -07:00
Eren Golge e257bd7278 bug fix loss 2018-04-25 08:00:30 -07:00
Eren Golge 52b4bc6bed Remove variables 2018-04-25 08:00:19 -07:00
Eren Golge 154ec7ba24 Test notebook update 2018-04-21 04:23:54 -07:00
Eren Golge 0c5d0b98d8 threshold changed 2018-04-16 11:54:49 -07:00
Eren Golge 4762569c95 a new hacky way to stop generation and test notebook update 2018-04-13 05:09:14 -07:00
Eren Golge 06d4b231e9 bug fix 2018-04-12 05:59:40 -07:00
Eren Golge bc90050ee9 bug fix on training avg loss printing and computing 2018-04-12 05:57:52 -07:00
Eren Golge a9eadd1b8a pep8 check 2018-04-03 03:24:57 -07:00
Eren Golge af6fd9b941 loss bug fix 2018-03-28 18:20:56 -07:00
Eren Golge a68487f0b8 Data loader bug fix 3 2018-03-26 11:08:15 -07:00
Eren Golge 1ff8d6d2b7 Data loader bug fix 2 2018-03-26 11:07:15 -07:00
Eren Golge 3c084177c6 Data loader bug fix and Attention bug fix 2018-03-26 10:43:36 -07:00
Eren Golge 632c08a638 normal attention 2018-03-25 12:01:41 -07:00
Eren Golge 1dbc51c6b5 convert loss to layer and add test 2018-03-24 19:22:45 -07:00
Eren Golge df4a644326 bug fix 2018-03-23 05:18:51 -07:00
Eren Golge 2617518d91 masked loss 2018-03-22 21:13:33 -07:00
Eren Golge 32d9c734b2 masked loss 2018-03-22 14:35:02 -07:00
Eren Golge e4a0eec77e masked loss 2018-03-22 14:06:54 -07:00
Eren Golge a925c9c75c remove stop token prediciton 2018-03-22 12:47:54 -07:00
Eren Golge 4e4f876bc4 Stop token prediction - does train yet 2018-03-22 12:34:31 -07:00
Eren Golge 5750090fcd Stop token prediction - does train yet 2018-03-22 12:34:16 -07:00
Eren Golge cb48406383 Dont use teacher forcing at test time 2018-03-19 10:38:47 -07:00
Eren Golge 9b4aa92667 Adding harmonized teacher-forcing 2018-03-19 09:27:19 -07:00
Eren Golge 3071e7f6f6 remove attention mask 2018-03-19 08:26:16 -07:00
Eren Golge b4032e8dff best model ever changes 2018-03-07 06:58:51 -08:00
Eren Golge 1d684ea0e8 ReadMe update 2018-02-27 06:25:28 -08:00
Eren Golge 56f8b2d19f Harmonized teacher-forcing 2018-02-26 05:33:54 -08:00
Eren Golge b5f2181e04 teacher forcing with combining 2018-02-23 08:35:53 -08:00
Eren Golge 1bfd8f73e7 Remove DataParallel from the model state before saving 2018-02-21 07:03:53 -08:00
Eren Golge a3d8059d06 More layer tests 2018-02-13 08:08:23 -08:00
Eren Golge 56697ac8cf updates and debugs 2018-02-13 01:45:52 -08:00
Eren Golge 7d5bcd6ca4 Testing of layers and documentation 2018-02-08 10:10:11 -08:00
Eren Golge 3cafc6568c Update attention module Possible BUG FIX2 2018-02-05 08:22:30 -08:00
Eren Golge b6c5771a6f Update attention module Possible BUG FIX 2018-02-05 06:37:40 -08:00
Eren Golge 2fd37a5bad Better naming of variables 2018-02-05 06:27:02 -08:00
Eren Golge 9f5e102473 A big revision: visualization, data loader, tests 2018-02-04 08:25:00 -08:00
Eren Golge 4e0ab65bbf plot attention alignments 2018-02-02 05:37:09 -08:00
Eren Golge 7304978be3 new lr schedule 2018-02-01 08:26:40 -08:00
Eren Golge 088a105a43 Log spectrogram constraction 2018-01-31 08:38:46 -08:00
Eren Golge 1320d5344a Bug solve on attention module and a new Notebook to experiment spectrogram reconstruction 2018-01-31 07:21:22 -08:00
Eren Golge fd18e1cf34 New files 2018-01-22 06:59:41 -08:00