Skip to content

can't open file 'evaluate.py': [Errno 2] No such file or directory #269

Description

@AlexMLindemann

Tried implementing this repository on both my own PC and goog colab to no avail. I don't think it has to with the directory 'evaluate.py' is in because I moved it around a bunch.

Here's my code:

 `!git clone https://github.com/lengstrom/fast-style-transfer.git`

 `!pip install scipy==0.18.1`
 
 `%matplotlib inline`  
 `import matplotlib.pyplot as plt`
 `import matplotlib.image as mpimg`
  `import os`

Error here:

  !python evaluate.py --checkpoint '/content/fast-style-transfer/rain_princess.ckpt' \
  --in-path '/content/fast-style-transfer/examples/content/P1100683' \
  --out-path '/content/fast-style-transfer/examples/results/test.jpg'
  [python: can't open file 'evaluate.py': [Errno 2] No such file or directory]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions