-
Notifications
You must be signed in to change notification settings - Fork 419
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
ImportError on _reorg_layer.so #10
Comments
Did you run |
Yeah. I tried recloning the repo and running make.sh again and the ImportError is gone now. So I can close this issue. However, the same file is now throwing |
See this smallcorgi/Faster-RCNN_TF#19
|
Yup, making against cuda compute 35 worked. Thanks! |
Hi,
Can't seem to resolve another issue on attempting to run demo.py :
from ._reorg_layer import lib as _lib, ffi as _ffi ImportError: dynamic module does not define init function (init_reorg_layer)
Seems to be thrown on importing the _reorg_layer.so in the /_ext/reorg_layer directory
Using Python 2.7 and Pytorch 0.1.10-py27_1cu80
Also, I'm using Pytorch from within an anaconda environment. Could that be causing problems?
The text was updated successfully, but these errors were encountered: