Pointer_Generator_Summarizer icon indicating copy to clipboard operation
Pointer_Generator_Summarizer copied to clipboard

decoder output, state = self.gru(x)

Open LLLLLLoki opened this issue 5 years ago • 0 comments

while decoder process ,the output, state = self.gru(x), output, state = self.gru(x,initial_state = hidden)?

LLLLLLoki avatar Oct 13 '20 10:10 LLLLLLoki