aitorzip / PyTorch-CycleGAN

A clean and readable Pytorch implementation of CycleGAN
https://arxiv.org/abs/1703.10593
GNU General Public License v3.0
1.19k stars 283 forks source link

Traceback (most recent call last): File "E:\Desktop\PyTorch-CycleGAN-master\test", line 73, in <module> real_A = Variable(input_A.copy_(batch['A'])) RuntimeError: The size of tensor a (256) must match the size of tensor b (1920) at non-singleton dimension 3 #45

Open Chopper525 opened 2 months ago