ConvLSTM_pytorch
ConvLSTM_pytorch copied to clipboard
fixed arg *hidden_state*
fixed: hidden_state != None; changed: last_state_list
- when used seq2seq, Decoder don't need to init hidden_state.
- even if
return_all_layers
isTrue
, last_state_list of return need to return whole hidden_state instead of the last layer state