RuntimeError: decode_jpeg: torchvision not compiled with libjpeg support #686
Unanswered
phanducthien82
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @phanducthien82 , This is interesting, I've never seen this error before. Which platform are you using with What version of This may be because of the latest update to I'm reading this line: ![]() I'll run the notebook on my end and check it out. -- Update: I just ran Notebook 04 in Google Colab and it worked ( Potentially you may want to uninstall and reinstall ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm on "04_pytorch_custom_dataset" and I get the error "RuntimeError: decode_jpeg: torchvision not compiled with libjpeg support" when running the command "custom_image_uint8 = torchvision.io.read_image(str(custom_image_path))". Please guide me how to fix this problem. Thank!
Beta Was this translation helpful? Give feedback.
All reactions