Commit Graph

74 Commits (4681f935b43ef36ce1886502f69e5ec6d54a9460)

Author SHA1 Message Date
Eren Golge c8a552e627 Batch update after data-loss 2018-11-02 16:13:51 +01:00
Eren 1ae3b3e442 Enable CPU training and fix restore_epoch 2018-10-25 14:05:27 +02:00
Eren f60e4497a6 apply sigmoid to outputs 2018-09-19 15:49:42 +02:00
Eren fd830c6416 Attention convolution padding correction for TF "SAME" 2018-09-19 14:16:21 +02:00
Eren 2bcd7dbb6f Change functional padding with padding layer 2018-09-18 16:00:47 +02:00
Eren 00c0c9cde6 Padding with funcitonal interface to match TF "SAME" 2018-09-17 20:19:09 +02:00
Eren 7d66bdc5f4 update model size to paper 2018-09-06 14:37:19 +02:00
Eren 3b2654203d fixing size mismatch 2018-08-10 18:48:43 +02:00
Eren e0bce1d2d1 Pass mask instead of length to model 2018-08-10 17:45:17 +02:00
Eren G d5febfb187 Setting up network size according to the reference paper 2018-08-08 12:34:44 +02:00
Eren G f5537dc48f pep8 format all 2018-08-02 16:34:17 +02:00
Eren G 25b6769246 Some bug fixes 2018-07-26 13:33:05 +02:00
Eren G 4ef3ecf37f loca sens attn fix 2018-07-17 17:43:51 +02:00
Eren G 4e6596a8e1 Loc sens attention 2018-07-17 17:01:40 +02:00
Eren G ddaf414434 attentio update 2018-07-17 16:24:39 +02:00
Eren G 90d7e885e7 Add attention-cum 2018-07-17 15:59:18 +02:00
Eren G adbe603af1 Bug fixes 2018-07-13 15:24:50 +02:00
Eren G dac8fdffa9 Attn masking 2018-07-13 14:50:55 +02:00
Eren G 9f52833151 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 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 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 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 d43b4ccc1e Update decoder accepting location sensitive attention 2018-05-17 08:03:40 -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 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 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