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

keep = np.where((ws >= min_size) & (hs >= min_size))[0];Check failed: error == cudaSuccess (9 vs. 0) invalid configuration argument #99

Open
QueenJuliaZxx opened this issue Jan 12, 2018 · 2 comments

Comments

@QueenJuliaZxx
Copy link

I reallly crazy about this?could you take a look at it~thankyou very much
/raid5/Julia/pva-faster-rcnn/tools/../lib/rpn/proposal_layer.py:180: RuntimeWarning: invalid value encountered in greater_equal
keep = np.where((ws >= min_size) & (hs >= min_size))[0]
F0112 14:31:24.523941 4809 roi_pooling_layer.cu:88] Check failed: error == cudaSuccess (9 vs. 0) invalid configuration argument
*** Check failure stack trace: ***

@ghostsun89
Copy link

I meet the same problem too. Have you solved it yet?

@xuyongxi
Copy link

you should use cuda 8.0, not cuda 9.0.

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

3 participants