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

'module' object has no attribute 'PSROIPooling' #65

Closed
ron5569 opened this issue Jan 5, 2020 · 1 comment
Closed

'module' object has no attribute 'PSROIPooling' #65

ron5569 opened this issue Jan 5, 2020 · 1 comment

Comments

@ron5569
Copy link

ron5569 commented Jan 5, 2020

Traceback (most recent call last):
File "./fgfa_rfcn/demo.py", line 257, in
main()
File "./fgfa_rfcn/demo.py", line 99, in main
aggr_sym = aggr_sym_instance.get_aggregation_symbol(cfg)
File "/home/indoordesk/project/Flow-Guided-Feature-Aggregation/fgfa_rfcn/symbols/resnet_v1_101_flownet_rfcn.py", line 1128, in get_aggregation_symbol
psroipooled_cls_rois = mx.contrib.sym.PSROIPooling(name='psroipooled_cls_rois', data=rfcn_cls, rois=rois,
AttributeError: 'module' object has no attribute 'PSROIPooling'

Does someone know how to handle this error?

@ron5569 ron5569 changed the title weights 'module' object has no attribute 'PSROIPooling' Jan 7, 2020
@kayser-soze
Copy link

You probably did not compile the mxnet from source with the needed operators.
Try this #68 (comment)

@ron5569 ron5569 closed this as completed Mar 16, 2020
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

2 participants