ConvLSTM_pytorch icon indicating copy to clipboard operation
ConvLSTM_pytorch copied to clipboard

fixed arg *hidden_state*

Open DansYU opened this issue 4 years ago • 1 comments

fixed: hidden_state != None; changed: last_state_list

DansYU avatar May 06 '20 08:05 DansYU

  • when used seq2seq, Decoder don't need to init hidden_state.
  • even if return_all_layers is True, last_state_list of return need to return whole hidden_state instead of the last layer state

DansYU avatar May 06 '20 08:05 DansYU