maktu6/CAGAN_v2_pytorch

I am getting the following error

Opened this issue · 1 comments

/CAGAN_v2_pytorch/utils/network.pyc in forward(self, x)
78
79 def forward(self, x):
---> 80 return self.D_net(x)

RuntimeError: weight should contain 2048 elements not 4096

I guess you are using Python version lower than 3.6 which has some differences in dict. I fix the bugs about OrderedDict in the latest commit.