mirror of https://github.com/coqui-ai/TTS.git
bug fix, average mel spec validation loss
This commit is contained in:
parent
b2e09f9f58
commit
a31e60e928
|
@ -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'. \
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue