menyifang / ADGAN

The Implementation of paper "Controllable Person Image Synthesis with Attribute-Decomposed GAN" CVPR 2020 (Oral); Pose and Appearance Attributes Transfer;
473 stars 90 forks source link

Code run time error during test #19

Open yyhnmn opened 3 years ago

yyhnmn commented 3 years ago

I ran bash ./scripts/test.sh to test your pretrained 800-netG model. But I got the following errors for 2 runs. How to solve it? image

image

phchen04217 commented 3 years ago

I think the problem can be solved on this website. https://github.com/pytorch/pytorch/issues/5858 You can see this web for more information.

ludysama commented 3 years ago

I have experienced this problem, and finally I found that I changed too much codes about importing packages. so I downloaded a new one, just change the path, and it works