Closed MuMuJun97 closed 4 years ago
This seems to be like a cuDNN / cuda version issue based on the "cuDNN launch failure" error. Can you please provide some details about what versions you are using? @abhijeetshenoi do you have any other ideas?
@mvpatel2000 Thank you very much for how promptly you responded to my question. This is my hosting configuration environment:
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Tue_Jan_10_13:22:03_CST_2017
Cuda compilation tools, release 8.0, V8.0.61
---------
cudnn:
libcudnn.so.6.0.21
----------
tensorflow-gpu 1.4.0
tensorflow-tensorboard 0.4.0
torch 1.0.0
torchvision 0.2.2.post3
I am now going to reinstall cudnn7 to try and resolve it.
I assume the cudnn reinstall will fix this: "Loaded runtime CuDNN library: 7102 (compatibility version 7100) but source was compiled with 6021 (compatibility version 6000)" Let us know if that doesn't fix it.
@abhijeetshenoi
E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7102 (compatibility version 7100) but source was compiled with 6021 (compatibility version 6000).
The problem above is mainly caused by inconsistent versions of tensorflow. I think your repository code is built in tensorflow 1.8 environment. And I have tensorflow 1.4 installed, so running your model gives me this error. It was fixed when I re-installed tensorflow 1.8.
Hi! Thank you very much for sharing the code for your paper!
I deployed your code in my own environment and also wrote the program that reads the JRDB dataset and released it via ROS. When I run
3d_detector.py
, I can get into theget_3d_feature()
callback function.However, my program would crash and abort immediately after running. When I use breakpoints for debugging, the place where I find the program aborts is here:
and the error message is as follows: