Closed yuyudiandian closed 3 years ago
I think you used a different dataset than Moving-MNIST or KTH. I assume that used dataset has img_size 28 which is not divided by 16 in memory encoder. I recommend resizing the input to 32. (results are not guaranteed)
Thank you for this good job!But when i run train.py,the following errors happened. It seems some dimensions didn't match. I try to modify the model.py , but this errors still happen, can you give me some advice?