Skip to content

missing file data/p1ch2/horse2zebra_0.4.0.pth? #7

Description

@dfwcnj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions