-
Notifications
You must be signed in to change notification settings - Fork 19
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
pytorch 1.0 doesn't work #21
Comments
For pytorch 1.2 branch, you com compile by command: bash make_cuda.sh. |
You can try to check if the .so file for nms_cpu exists. Also you can use nms implementated in torchvision. |
I met this problem too, and the .so file for nms_cpu exists.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good work!
Can you add a readme for pytorch1.0?
There are no layer_util in lib. so I can't bash make.sh.
The text was updated successfully, but these errors were encountered: