Eren Golge
|
adf9ebd629
|
Graves attention and setting attn type by config.json
|
2019-11-12 11:18:57 +01:00 |
|
Eren Golge
|
84d81b6579
|
graves attention [WIP]
|
2019-11-12 11:17:35 +01:00 |
|
Eren Golge
|
002991ca15
|
bug fixes, linter update and test updates
|
2019-10-29 14:28:49 +01:00 |
|
Eren Golge
|
5a56a2c096
|
bug fixes for forward backward training and load_data for parsing data_loader
|
2019-10-29 02:58:42 +01:00 |
|
Eren Golge
|
e83a4b07d2
|
commention model outputs for tacotron, align outputs shapes of tacotron and tracotron2, merge bidirectional decoder
|
2019-10-28 14:51:19 +01:00 |
|
Eren Golge
|
53ec066733
|
replace zeros() with a better alternative
|
2019-10-12 18:34:12 +02:00 |
|
Eren Golge
|
8d3775a7d6
|
Update tacotron2 for gradual training and chnage the indexing of prenet nputs to oick the last frame
|
2019-09-23 10:25:51 +02:00 |
|
Eren Golge
|
a1322530df
|
integrade concatinative speker embedding to tacotron
|
2019-09-12 10:39:15 +02:00 |
|
Eren Golge
|
72ad58d893
|
change the bitwise for masking and small fixes
|
2019-08-19 16:24:28 +02:00 |
|
Eren Golge
|
c637aa04a2
|
pylint
|
2019-08-16 15:49:12 +02:00 |
|
Eren Golge
|
5629292bde
|
bug fixes
|
2019-08-16 15:08:04 +02:00 |
|
Eren Golge
|
8fde0ac00e
|
pylint
|
2019-08-16 14:23:26 +02:00 |
|
Eren Golge
|
b22c7d4a29
|
Merge branch 'dev-gradual-queue' into dev
|
2019-08-16 13:20:17 +02:00 |
|
Thomas Werkmeister
|
a6118564d5
|
renamed query_rnn back to attention_rnn
|
2019-07-24 11:46:34 +02:00 |
|
Thomas Werkmeister
|
fb7c5b1996
|
unused instance vars
|
2019-07-23 20:02:31 +02:00 |
|
Thomas Werkmeister
|
98edb7a4f8
|
renamed attention_rnn to query_rnn
|
2019-07-23 18:38:09 +02:00 |
|
Eren Golge
|
2bbb3f7a40
|
don't use sigmoid output for tacotron, fix bug for memory queue handling, remove maxout
|
2019-07-22 15:09:05 +02:00 |
|
Eren Golge
|
f038b1aa3f
|
new way of handling memory queue and enable/disable queuing in right/wrong conditions
|
2019-07-22 02:10:21 +02:00 |
|
Eren Golge
|
d47ba5d310
|
gradual traning with memory queue
|
2019-07-20 12:33:21 +02:00 |
|
Reuben Morais
|
11e7895329
|
Fix Pylint issues
|
2019-07-19 09:08:51 +02:00 |
|
Eren Golge
|
0f0ec679ec
|
small refactoring
|
2019-07-16 21:15:24 +02:00 |
|
Eren Golge
|
72c5062c02
|
use memory queue if r is smaller than queue size
|
2019-07-16 15:18:47 +02:00 |
|
Eren Golge
|
f8195834ee
|
TODO added
|
2019-07-16 15:18:00 +02:00 |
|
Eren Golge
|
31fe02412c
|
forward_attn_mask and config update
|
2019-06-06 11:14:20 +02:00 |
|
Eren Golge
|
013ec2f168
|
bug fix for tacotron adapting it to new common layers
|
2019-05-28 14:29:17 +02:00 |
|
Eren Golge
|
35b76556e4
|
Use Attention and Prenet from common file
|
2019-05-27 15:30:57 +02:00 |
|
Eren Golge
|
ba492f43be
|
Set tacotron model parameters to adap to common_layers.py - Prenet and Attention
|
2019-05-27 14:40:28 +02:00 |
|
Eren Golge
|
e62659da94
|
update separate stopnet flow to make it faster.
|
2019-05-17 16:15:43 +02:00 |
|
Eren Golge
|
0a92c6d5a7
|
Set attention norm method by config.json
|
2019-03-26 00:48:12 +01:00 |
|
Eren Golge
|
3128378bdf
|
bug fix for stop token prediciton
|
2019-03-12 00:20:57 +01:00 |
|
Eren Golge
|
a4474abd83
|
tacotron parse output bug fix
|
2019-03-06 13:10:54 +01:00 |
|
Eren Golge
|
1e8fdec084
|
Modularize functions in Tacotron
|
2019-03-05 13:25:50 +01:00 |
|
Eren Golge
|
6ea31e47df
|
Constant queue size for autoregression window
|
2019-02-16 03:18:49 +01:00 |
|
Eren Golge
|
90f0cd640b
|
memoru queueing
|
2019-02-12 15:27:42 +01:00 |
|
Eren Golge
|
c5b6227848
|
init with embedding lyaers
|
2019-02-06 16:54:33 +01:00 |
|
Eren Golge
|
e12bbc2a5c
|
init decoder states with a function
|
2019-01-22 18:25:55 +01:00 |
|
Eren Golge
|
562d73d3d1
|
Soem bug fixes
|
2019-01-17 15:48:22 +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
|
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 |
|