We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I transfer a pytorch model with torchvision.roi_align operation, the inference procedure failed with following Error:
torchvision.roi_align
poptorch.poptorch_core.Error: In poptorch/source/LowerToPopart.cpp:913: 'poptorch_cpp_error': Couldn't find a registered operation for node Error raised in: [0] processing %roi_feature_map.1 : Float(3, 256, 8, 2, strides=[4096, 16, 2, 1], requires_grad=1, device=cpu) = torchvision::roi_align(%6051, %6106, %4804, %4805, %4806, %4807, %4808) # /usr/local/lib/python3.6/site-packages/torchvision/ops/roi_align.py:57:0 [1] LowerToPopartImpl::lowerBody
how can I solve it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I transfer a pytorch model with
torchvision.roi_align
operation, the inference procedure failed with following Error:how can I solve it?
The text was updated successfully, but these errors were encountered: