This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
NMS CPU extension does not compile with pytorch 1.0.1 / nightly #601
Comments
Sorry, I read too quickly. The |
LeviViana
added
duplicate
This issue or pull request already exists
and removed
duplicate
This issue or pull request already exists
labels
Mar 25, 2019
isn't it a better solution to fix the NMS extension with the correct type? |
@LeviViana the pytorch nightly from conda is not working as well |
@miguelvr there was a breaking change in PyTorch that made the extensions only work on pre 1.0.1 or on the nightly. There was no way of making it work for both. This has now been fixed in PyTorch, so I believe #555 could be reverted. Can you try locally reverting this patch and see if it works with PyTorch nightly? |
@fmassa will do! thanks |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug
A compilation error is thrown when building with the latest version of pytorch or pytorch-nightly
To Reproduce
nvidia-docker build -t maskrcnn-benchmark docker/
Expected behavior
maskrcnn-benchmark should build correctly
Environment
Additional context
The text was updated successfully, but these errors were encountered: