mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-24 12:19:31 +01:00
Merge branch 'master' of github.com:mozilla/TTS
This commit is contained in:
@@ -371,7 +371,7 @@ class Decoder(nn.Module):
|
||||
greedy = not self.training
|
||||
if memory is not None:
|
||||
memory = self._reshape_memory(memory)
|
||||
T_decoder = memory.size(0)
|
||||
T_decoder = memory.size(0)
|
||||
# go frame as zeros matrix
|
||||
initial_memory = inputs.data.new(B, self.memory_dim * self.r).zero_()
|
||||
# decoder states
|
||||
|
||||
Reference in New Issue
Block a user