-
Notifications
You must be signed in to change notification settings - Fork 450
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
Failed to run the R-FCN 3K demo - nnvm check failed #3
Comments
We do source python 2_7 mxnet on aws, and compile our mxnet with openblas, please check the makefile in the mxnet repo we have and use it to compile it on aws |
i think there was some linking issue to repo, should be fixed now, otherwise mxnet branch should be explicitly changed and cloned. |
Thanks for your quick comment. Load data from cache. [bt] (0) /home/SNIPER/SNIPER-mxnet/python/mxnet/../../build/libmxnet.so(dmlc::StackTraceabi:cxx11+0x5b) [0x7f11a864eb8b] |
May I know the CUDA and cuDNN version that you are testing on ? |
One of my friends also tried this morning with clean CUDA 9 environment, he got the same error. |
we will check it and get back, hard to check these things due to cvpr |
@bharatsingh430 Sure, Enjoy! |
@bharatsingh430 @mahyarnajibi |
Thanks for the catch. I think we made some last minute merges in the cuda layers. We will fix it in day or so. |
btw, did you use the right mxnet branch for 3k? |
I have tried all three branches with different build options, no luck with all of them. |
@bharatsingh430 @mahyarnajibi There is another small bug, line 119 should be |
@Lancelot365 thank you for the catch, the im_info issue has been fixed |
Hi,
First of all, thanks for providing this nicely organized repo.
I have successfully run SNIPER demo without any problem.
However, for R-FCN 3K, I am not able to run the demo. There is strange error, which originates from asnumpy() function.
The error message I got is
SNIPER/CRCNN-mxnet/3rdparty/nnvm/include/nnvm/tuple.h:438: Check failed: dim == static_cast(ndim()) (2 vs. 1) dimension do not match target dimension 2 vs 1
I am using CUDA 9.1 with cuDNN 7.02 on a P3.x16 machine.
I have tried diffrent configures on the cmake, e.g., with/withou mkl, but I still cannot figure out what is the problem.
I can easily convert other NDArray to numpy array without any problem. I just cannot convert the output of the R-FCN network.
Please advise.
The text was updated successfully, but these errors were encountered: