mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
small bug fixes
This commit is contained in:
@@ -509,6 +509,7 @@ class Decoder(nn.Module):
|
||||
else:
|
||||
self._init_states(inputs, mask=None, keep_states=True)
|
||||
|
||||
self.attention_layer.init_win_idx()
|
||||
self.attention_layer.init_states(inputs)
|
||||
outputs, stop_tokens, alignments, t = [], [], [], 0
|
||||
stop_flags = [False, False, False]
|
||||
|
||||
Reference in New Issue
Block a user