mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
bug fix
This commit is contained in:
+1
-1
@@ -303,7 +303,7 @@ class Decoder(nn.Module):
|
||||
stop_token = self.stopnet(output)
|
||||
outputs += [output]
|
||||
alignments += [alignment]
|
||||
stop_tokens += stop_token
|
||||
stop_tokens += [stop_token]
|
||||
t += 1
|
||||
if (not greedy and self.training) or (greedy and memory is not None):
|
||||
if t >= T_decoder:
|
||||
|
||||
Reference in New Issue
Block a user