aitorzip / PyTorch-CycleGAN

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

RuntimeError: The expanded size of the tensor (1224) must match the existing size (370) at non-singleton dimension 2 #36

Open yanjinwei143 opened 3 years ago

yanjinwei143 commented 3 years ago

RuntimeError: The expanded size of the tensor (1224) must match the existing size (370) at non-singleton dimension 2 When I am executing the test.py file, there is a runtime error, how can I solve this problem?