dayday527
Results
4
issues of
dayday527
Hope the author can release the training code ,Thanks!
Hello, first of all, thank you very much for your code.May I ask if your optimizer has tried Adam and RMSprop?I think the optimizer you used in your code is...
你好,首先非常感谢您的项目。然后想请问您一个问题,您这个项目中是如何保存模型的,保存的模型的形式是什么样的呢,看到您test.py文件中有with open('./1000netD.ckpt', 'rb') as f:一句,其中的1000netD.ckpt是PyTorch文件的的模型吗,希望您给予解答,谢谢。