add monotonic dynamic convolution attention

This commit is contained in:
erogol
2021-01-06 13:18:41 +01:00
parent 18392bc13a
commit 070146e143
4 changed files with 101 additions and 4 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
"prenet_dropout": false, // enable/disable dropout at prenet.
// TACOTRON ATTENTION
"attention_type": "original", // 'original' or 'graves'
"attention_type": "original", // 'original' , 'graves', 'dynamic_convolution'
"attention_heads": 4, // number of attention heads (only for 'graves')
"attention_norm": "sigmoid", // softmax or sigmoid.
"windowing": false, // Enables attention windowing. Used only in eval mode.