Convolutional_LSTM_PyTorch
Convolutional_LSTM_PyTorch copied to clipboard
Where is the squence length
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
The same issue to #15 . There is a, I think, reasonable solution for involving time step features.