ConvLSTM_pytorch
ConvLSTM_pytorch copied to clipboard
Will variable length sequence work with this code? Like if I use pack padded sequences as input to this convlstm will it work correctly
Hi @Sanidhya27 did you figure out how to use variable length sequences with this code ?
The same question, I can not understand what this variable means. For example, I have a sequence shaped as (b, 396). b is the batch size, is 396 is seq_len, then what are c, h, w?????????? The input is a sequence or an image? If it is an image, for example, 1 channel 12 * 33 (w * h), then what is seq_len???????