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

roi_pooling / roi_align ops #2

Open
hzh8311 opened this issue Jan 10, 2022 · 0 comments
Open

roi_pooling / roi_align ops #2

hzh8311 opened this issue Jan 10, 2022 · 0 comments

Comments

@hzh8311
Copy link

hzh8311 commented Jan 10, 2022

when I transfer a pytorch model with torchvision.roi_align operation, the inference procedure failed with following Error:

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?

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

No branches or pull requests

1 participant