aitorzip / PyTorch-CycleGAN

A clean and readable Pytorch implementation of CycleGAN

Home Page:https://arxiv.org/abs/1703.10593

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yanjinwei143 opened this issue · comments

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?