ConvLSTM_pytorch icon indicating copy to clipboard operation
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

Open Sanidhya27 opened this issue 5 years ago • 2 comments

Sanidhya27 avatar Jun 06 '19 00:06 Sanidhya27

Hi @Sanidhya27 did you figure out how to use variable length sequences with this code ?

digbose92 avatar Aug 07 '19 21:08 digbose92

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???????

RaphaelDuan avatar Dec 04 '20 09:12 RaphaelDuan