mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Soem bug fixes
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ class Decoder(nn.Module):
|
||||
for idx in range(len(self.decoder_rnns)):
|
||||
decoder_rnn_hiddens[idx] = self.decoder_rnns[idx](
|
||||
decoder_input, decoder_rnn_hiddens[idx])
|
||||
# Residual connectinon
|
||||
# Residual connection
|
||||
decoder_input = decoder_rnn_hiddens[idx] + decoder_input
|
||||
decoder_output = decoder_input
|
||||
del decoder_input
|
||||
|
||||
Reference in New Issue
Block a user