I am getting the following error
Opened this issue · 1 comments
dp-isi commented
/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
maktu6 commented
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.