mirror of https://github.com/coqui-ai/TTS.git
conifg updatres
This commit is contained in:
parent
63eea4a364
commit
dfa974c9d1
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"run_name": "mozilla-tacotron-tagent-bn",
|
"run_name": "mozilla-tacotron-tagent-bn",
|
||||||
"run_description": "finetune 4845 with bn prenet.",
|
"run_description": "compare the attention with gst model which does not align with the same config",
|
||||||
|
|
||||||
"audio":{
|
"audio":{
|
||||||
// Audio processing parameters
|
// Audio processing parameters
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
"prenet_dropout": true, // enable/disable dropout at prenet.
|
"prenet_dropout": true, // enable/disable dropout at prenet.
|
||||||
"use_forward_attn": true, // if it uses forward attention. In general, it aligns faster.
|
"use_forward_attn": true, // if it uses forward attention. In general, it aligns faster.
|
||||||
"forward_attn_mask": false, // Apply forward attention mask af inference to prevent bad modes. Try it if your model does not align well.
|
"forward_attn_mask": false, // Apply forward attention mask af inference to prevent bad modes. Try it if your model does not align well.
|
||||||
"transition_agent": true, // enable/disable transition agent of forward attention.
|
"transition_agent": false, // enable/disable transition agent of forward attention.
|
||||||
"location_attn": false, // enable_disable location sensitive attention. It is enabled for TACOTRON by default.
|
"location_attn": false, // enable_disable location sensitive attention. It is enabled for TACOTRON by default.
|
||||||
"loss_masking": true, // enable / disable loss masking against the sequence padding.
|
"loss_masking": true, // enable / disable loss masking against the sequence padding.
|
||||||
"enable_eos_bos_chars": false, // enable/disable beginning of sentence and end of sentence chars.
|
"enable_eos_bos_chars": false, // enable/disable beginning of sentence and end of sentence chars.
|
||||||
|
|
Loading…
Reference in New Issue