mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
bug fix
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ class Decoder(nn.Module):
|
||||
|
||||
def __init__(self, in_features, memory_dim, r):
|
||||
super(Decoder, self).__init__()
|
||||
self.mode = mode
|
||||
self.r = r
|
||||
self.max_decoder_steps = 200
|
||||
self.memory_dim = memory_dim
|
||||
# memory -> |Prenet| -> processed_memory
|
||||
|
||||
Reference in New Issue
Block a user