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
@@ -253,7 +253,7 @@ class Decoder(nn.Module):
|
||||
B = inputs.size(0)
|
||||
|
||||
# Run greedy decoding if memory is None
|
||||
greedy = ~self.training
|
||||
greedy = not self.training
|
||||
|
||||
if memory is not None:
|
||||
# Grouping multiple frames if necessary
|
||||
|
||||
Reference in New Issue
Block a user