We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
While executing the https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html#building-with-setuptools example had observed the following error:
>>> import torch >>> torch.ops.load_library("warp_perspective.so") >>> print(torch.ops.custom.warp_perspective) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<myenv>/lib/python3.6/site-packages/torch/_ops.py", line 61, in __getattr__ op = torch._C._jit_get_operation(qualified_op_name)
RuntimeError: No such operator custom::warp_perspective
The text was updated successfully, but these errors were encountered:
Correct name of registered operator
9d3c8fb
duplicate of #906. Fixes #909.
Correct name of registered operator (#1766)
4be0618
Successfully merging a pull request may close this issue.
While executing the https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html#building-with-setuptools example had observed the following error:
RuntimeError: No such operator custom::warp_perspective
The text was updated successfully, but these errors were encountered: