From dfa974c9d14c0f0a4b297b81b30cb90352f293fb Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Thu, 6 Jun 2019 10:38:08 +0200 Subject: [PATCH] conifg updatres --- config_tacotron.json | 2 +- config_tacotron_gst.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_tacotron.json b/config_tacotron.json index ee648b6f..1e29a70c 100644 --- a/config_tacotron.json +++ b/config_tacotron.json @@ -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 diff --git a/config_tacotron_gst.json b/config_tacotron_gst.json index 9e22a651..bbbf69e3 100644 --- a/config_tacotron_gst.json +++ b/config_tacotron_gst.json @@ -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.