ConvLSTM_pytorch
ConvLSTM_pytorch copied to clipboard
output shape probelm
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
I am facing a similar situation. Did you solve this ?
Did you solve the problem?
能给点提示吗