-
Notifications
You must be signed in to change notification settings - Fork 7.1k
RuntimeError: No such operator image::read_file #6693
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
Labels
Comments
This issue is caused by inclusion of cudart dll in windows torch/lib folder. The builder change #1157 is in place to resolve this issue |
I got the exception: "AttributeError: '_OpNamespace' 'image' object has no attribute 'read_file'" Shared Interest project:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
The CI job
unittest_windows_gpu_py3.8
stared failing with:It seems like the kernel is not registered properly. Might be related to a change on Core.
Versions
The issue started appearing on
torch-1.13.0.dev20221004 py3.8_cuda11.6_cudnn8_0
The text was updated successfully, but these errors were encountered: