ConvLSTM_pytorch icon indicating copy to clipboard operation
ConvLSTM_pytorch copied to clipboard

output shape probelm

Open ljc1231 opened this issue 4 years ago • 3 comments

sorry, i didn't really understand conLSTM when i use keras layers ConvLSTM2D(filters = 128, kernel_size=(3, 3), padding='same', return_sequences = False, go_backwards = True,kernel_initializer = 'he_normal' ),such as input shape is (batch,2,h,w,channel),2 i guess is time,and the output is (batch,h,w,128) but in your code ,i didn't get same shape, can you help me to get the shape like keras convLSTM,thx

ljc1231 avatar Dec 29 '20 05:12 ljc1231

I am facing a similar situation. Did you solve this ?

motua16 avatar Jun 17 '21 02:06 motua16

Did you solve the problem?

rabeya-akter avatar Aug 15 '23 16:08 rabeya-akter

能给点提示吗

longdafei avatar Sep 23 '23 05:09 longdafei