You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我正在尝试复现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
The text was updated successfully, but these errors were encountered:
我正在尝试复现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
The text was updated successfully, but these errors were encountered: