NVlabs / imaginaire

NVIDIA's Deep Imagination Team's PyTorch Library
Other
3.99k stars 444 forks source link

MUNIT vgg16.weight #185

Open wylblank opened 4 months ago

wylblank commented 4 months ago

我正在尝试复现MUNIT,但遇到了 for (src, dst) in zip(vgglua.parameters()[0], vgg.parameters()): TypeError: 'NoneType' object is not callable的错误,我尝试进行了修改但生成的vgg16.weight不起作用,如果vgg_w不为0,则会使损失为Nan,请问您有什么建议吗?或者可以发我一下您models文件夹下的vgg16.weight给我一下吗?万分感谢 I am trying to reproduce MUNIT, but encounter for (src, dst) in zip(vgglua.parameters()[0], vgg.parameters()): TypeError: 'NoneType' object is not a callable error, I tried to modify it, but the generated vgg16.weight does not work, if vgg_w is not 0, the loss will be Nan, do you have any suggestions? Or could you please send me vgg16.weight under your models folder? Thanks a million