mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
add monotonic dynamic convolution attention
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user