Duplicate model weight in the offerred pretrained latest_net_Corr.pth file
babyformula opened this issue · 0 comments
babyformula commented
There're duplicate weight files of netD and netG in the compressed pretrained latest_net_Corr.pth
file, offerred in the link in README.md
https://drive.google.com/file/d/1ehkrKlf5s1gfpDNXO6AC9SIZMtqs5L3N/view?usp=sharing .
That will fail the torch.load()
, and could be solved by opening the latest_net_Corr.pth
via 7-zip and deleting the latest_net_D.pth
and latest_net_G.pth
files.