pytorch / pytorch/tutorials

file not found error, super_resolution_with_onnxruntime.ipynb in colab.

Open
#2,225 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

colab
Dominant language
Python
Stars
9.3k
Forks
4.4k
Avg merge
1d 21h
Merged PRs (30d)
4

Description

I tried to run the notebook in colab.
But some issues there.

However I ran into some errors to load the cat.jpg file
img = Image.open("./_static/img/cat.jpg") Not found images.
I also tried
img = Image.open("../_static/img/cat.jpg")
still not working.

Some minor issues:
like onnx, onnxruntime not found error.
I have installed myself. with !pipi install

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open super_resolution_with_onnxruntime.ipynb and run it in Colab, starting with the Image.open("./_static/img/cat.jpg") entry point and the reported onnx and onnxruntime installation errors. Confirm the notebook can load cat.jpg and run without the reported missing-file or dependency errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
documentation
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.