mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
bug fix, average mel spec validation loss
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ class Decoder(nn.Module):
|
||||
if t >= T_decoder:
|
||||
break
|
||||
else:
|
||||
if t > 1 and stop_token > 0.5:
|
||||
if t > 1 and stop_token > 0.8:
|
||||
break
|
||||
elif t > self.max_decoder_steps:
|
||||
print(" !! Decoder stopped with 'max_decoder_steps'. \
|
||||
|
||||
+275
-146
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user