fxia22 / pointGAN

point set generative adversarial nets
MIT License
146 stars 27 forks source link

About the paper #9

Open LoveSimons opened 5 years ago

LoveSimons commented 5 years ago

Hi I am very interested in your work, and I would like to ask about the paper about this code, because I did not see the address of the paper on your home page.

Thank you again for sharing your code. I look forward to your reply. Have a nice life.

LoveSimons commented 5 years ago

When "python show_gan.py --model gan/model g_10.pth" is executed", with the following error: ''While copying the parameter named "fc4.bias", whose dimensions in the model are torch.Size([6144]) and whose dimensions in the checkpoint are torch.Size([7500]).While copying the parameter named "fc4.weight", whose dimensions in the model are torch.Size([6144, 1024]) and whose dimensions in the checkpoint are torch.Size([7500, 1024]).'' How did you solve the problem?Thanks.