Eren Golge
|
e12bbc2a5c
|
init decoder states with a function
|
2019-01-22 18:25:55 +01:00 |
|
Eren Golge
|
66f8d0e260
|
Attention biased chaged
|
2019-01-22 18:18:21 +01:00 |
|
Eren Golge
|
562d73d3d1
|
Soem bug fixes
|
2019-01-17 15:48:22 +01:00 |
|
Eren Golge
|
4431e04b48
|
use sigmoid for attention
|
2019-01-16 16:26:05 +01:00 |
|
Eren Golge
|
7e020d4084
|
Bug fixes
|
2019-01-16 16:23:04 +01:00 |
|
Eren Golge
|
af22bed149
|
set bias
|
2019-01-16 15:53:24 +01:00 |
|
Eren Golge
|
f4fa155cd3
|
Make attn windowing optional
|
2019-01-16 12:33:07 +01:00 |
|
Eren Golge
|
8969d59902
|
Use the last attention value as a threshold to stop decoding. since stoptoken prediction is not precies enough to synthsis at the right time.
|
2019-01-16 12:32:40 +01:00 |
|
Eren Golge
|
ed1f648b83
|
Enalbe attention windowing and make in configurable at model level.
|
2019-01-16 12:32:40 +01:00 |
|
Eren Golge
|
916f5df5f9
|
config update and increase dropout p 0.5
|
2019-01-16 12:14:58 +01:00 |
|
Eren Golge
|
84814db73f
|
reduce dropout ratio
|
2019-01-02 12:52:17 +01:00 |
|
Eren Golge
|
4826e7db9c
|
remove intermediate tensor asap
|
2018-12-28 14:22:41 +01:00 |
|
Eren Golge
|
3a72d75ecd
|
Merge branch 'master' of github.com:mozilla/TTS
|
2018-12-12 17:08:39 +01:00 |
|
Eren Golge
|
8d865629a0
|
partial model initialization
|
2018-12-12 15:43:58 +01:00 |
|
Eren Golge
|
703be04993
|
bug fix
|
2018-12-12 12:02:10 +01:00 |
|
Eren Golge
|
dc3d09304e
|
Cache attention annot vectors for the whole sequence.
|
2018-12-11 16:06:02 +01:00 |
|
Eren Golge
|
cdaaff9dbb
|
Modularize memory reshaping in decoder layer
|
2018-11-28 16:31:29 +01:00 |
|
Eren Golge
|
4838d16fec
|
config and comment updates
|
2018-11-13 12:10:12 +01:00 |
|
Eren Golge
|
440f51b61d
|
correct import statements
|
2018-11-03 23:19:23 +01:00 |
|
Eren Golge
|
0b6a9995fc
|
change import statements
|
2018-11-03 19:15:06 +01:00 |
|
Eren Golge
|
d96690f83f
|
Config updates and add sigmoid to mel network again
|
2018-11-02 17:27:31 +01:00 |
|
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
|
006354320e
|
Merge branch 'attention-smoothing' into attn-smoothing-bgs-sigmoid-wd
|
2018-09-26 16:51:42 +02:00 |
|
Eren
|
f60e4497a6
|
apply sigmoid to outputs
|
2018-09-19 15:49:42 +02:00 |
|
Eren
|
f2ef1ca36a
|
Smmothed attention as in https://arxiv.org/pdf/1506.07503.pdf
|
2018-09-19 15:47:24 +02:00 |
|
Eren
|
67df385275
|
Explicit padding for unbalanced padding sizes
|
2018-09-19 14:20:02 +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
|
f377cd3cb8
|
larger attention filter size and mode filters
|
2018-09-06 15:27:15 +02:00 |
|
Eren
|
7d66bdc5f4
|
update model size to paper
|
2018-09-06 14:37:19 +02:00 |
|
Eren
|
a15b3ec9a1
|
pytorch 0.4.1update
|
2018-08-13 15:02:17 +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
|
fce6bd27b8
|
Smaller attention filters
|
2018-07-19 17:36:31 +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
|
f791f4e5e7
|
Use MSE loss instead of L1 Loss
|
2018-06-06 07:42:51 -07: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 |
|