From fb34c7b272f4a9a8b426af7ddeb8b80163bf698e Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Fri, 1 Nov 2019 00:15:17 +0100 Subject: [PATCH] config and bug fix --- layers/tacotron2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/layers/tacotron2.py b/layers/tacotron2.py index aef30e10..780d8e7f 100644 --- a/layers/tacotron2.py +++ b/layers/tacotron2.py @@ -271,8 +271,6 @@ class Decoder(nn.Module): memory = self._update_memory(memory) self._init_states(inputs, mask=None) - - self.attention.init_win_idx() self.attention.init_states(inputs) outputs, stop_tokens, alignments, t = [], [], [], 0