Convolutional_LSTM_PyTorch icon indicating copy to clipboard operation
Convolutional_LSTM_PyTorch copied to clipboard

Where is the squence length

Open 2294462474 opened this issue 5 years ago • 1 comments

input = Variable(torch.randn(1, 512, 64, 32)).cuda() one for batchsize, ont for channel, the last two for H and W, Where is the squence length

2294462474 avatar Sep 23 '19 05:09 2294462474

The same issue to #15 . There is a, I think, reasonable solution for involving time step features.

tianfudhe avatar Nov 12 '19 02:11 tianfudhe