DeblurGAN
DeblurGAN copied to clipboard
RuntimeError: The size of tensor a (32) must match the size of tensor b (20) at non-singleton dimension 0
I am also face same problem in ConvoutionLSTM
('encoder input size', (20L, 3L, 128L, 128L))
('x = ', 20)
('x.size(0) = ', (20L, 64L, 64L, 64L))
--------------------1
--------------------7
('encoder input size', (32L, 3L, 128L, 128L))
('x = ', 32)
('x.size(0) = ', (32L, 64L, 64L, 64L))
Traceback (most recent call last):
File "main.py", line 204, in
I also encountered this problem. Have you solved it?