in https://github.com/deep-learning-with-pytorch/dlwpt-code-2e/blob/main/p1ch2/3_cyclegan.ipynb
you reference a file that should be in
https://github.com/deep-learning-with-pytorch/dlwpt-code-2e/tree/main/data/p1ch2
named horse2zebra_0.4.0.pth
The mysterious thing is that in the rendered notebook
https://github.com/deep-learning-with-pytorch/dlwpt-code-2e/blob/main/p1ch2/3_cyclegan.ipynb
the output of netG.load_state_dict(model_data) 2 lined later is
while in my cloned version, I get
FileNotFoundError: [Errno 2] No such file or directory: '../data/p1ch2/horse2zebra_0.4.0.pth'
If I look in ../data/p1ch2, I do not see any file named horse2zebra_0.4.0.pth
in my repository cloned today 2006/05/25
find dlwpt-code-2e -name horse2zebra_0.4.0.pth -print
yields nothing.
in https://github.com/deep-learning-with-pytorch/dlwpt-code-2e/blob/main/p1ch2/3_cyclegan.ipynb
you reference a file that should be in
https://github.com/deep-learning-with-pytorch/dlwpt-code-2e/tree/main/data/p1ch2
named horse2zebra_0.4.0.pth
The mysterious thing is that in the rendered notebook
https://github.com/deep-learning-with-pytorch/dlwpt-code-2e/blob/main/p1ch2/3_cyclegan.ipynb
the output of netG.load_state_dict(model_data) 2 lined later is
while in my cloned version, I get
FileNotFoundError: [Errno 2] No such file or directory: '../data/p1ch2/horse2zebra_0.4.0.pth'
If I look in ../data/p1ch2, I do not see any file named horse2zebra_0.4.0.pth
in my repository cloned today 2006/05/25
find dlwpt-code-2e -name horse2zebra_0.4.0.pth -print
yields nothing.