Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling to import read_file and the other methods from torchvision.io #2918

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

S-aiueo32
Copy link
Contributor

fixes: #2917

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch!

Comment on lines 20 to +22
decode_image,
decode_jpeg,
decode_png,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would consider decode_jpeg and decode_png as less public methods and was not planning on exposing them right now, but let's move forward with it and expose everything

@fmassa fmassa merged commit 1fe1e11 into pytorch:master Oct 28, 2020
bryant1410 pushed a commit to bryant1410/vision-1 that referenced this pull request Nov 22, 2020
vfdev-5 pushed a commit to Quansight/vision that referenced this pull request Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_file() is not importable from torchvision.io
2 participants