OaDsis / DerainCycleGAN

MIT License
46 stars 4 forks source link

问题咨询 #11

Closed Mrhard1999 closed 1 year ago

Mrhard1999 commented 1 year ago

为什么下载了文件,依然会出现“NameError: name 'load_lua' is not defined”,load_lua在高版本pytorch中有可以替换的函数吗

mawei-north commented 1 year ago

You can download pre-trained vgg16-weight from here: https://drive.google.com/drive/folders/1DvOFGIdXXnNm1iage69HuasUPHZSXYYt. And put it in "./vgg16/vgg16.weight", you will never face NameError again.

OaDsis commented 1 year ago

You can refer to the reply above, and thanks to mawei-north.