We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
While trying to compile the code (as provided), following error occurs
depthestimate/tf_nndistance_g.cu:4:61: fatal error: third_party/eigen3/unsupported/Eigen/CXX11/Tensor: No such file or directory
The system on which the code is being compiled has tensorflow, cuda 8, cudnn installed and working properly. The required package is also available at
/home/user/tensorflow/lib/python2.7/site-packages/tensorflow/include/third_party/eigen3/unsupported/Eigen/CXX11/
Could you kindly inform if there are any specific settings that need to be done for the code to find appropriate files ?
The text was updated successfully, but these errors were encountered:
@siddharthsrivastava , I run into the same error when I try to run 'make' in the root directory. Were you able to fix it?
Sorry, something went wrong.
Okay, the issue was that the tensorflow path in 'make' had to be modified in my case to point to the correct version.
No branches or pull requests
Hi
While trying to compile the code (as provided), following error occurs
The system on which the code is being compiled has tensorflow, cuda 8, cudnn installed and working properly. The required package is also available at
Could you kindly inform if there are any specific settings that need to be done for the code to find appropriate files ?
The text was updated successfully, but these errors were encountered: