This commit is contained in:
Eren Golge 2019-06-06 10:38:08 +02:00
Родитель 63eea4a364
Коммит dfa974c9d1
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"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 processing parameters

Просмотреть файл

@ -44,7 +44,7 @@
"prenet_dropout": true, // enable/disable dropout at prenet.
"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.
"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.
"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.