JULE.torch icon indicating copy to clipboard operation
JULE.torch copied to clipboard

How to install lua-knn

Open pokaxpoka opened this issue 8 years ago • 2 comments

Hi,

I tried to install your codes however I have no idea how to install lua-knn. Specifically, how to set "CUDA_TOOLKIT_ROOT_DIR=/your/cuda-toolkit/dir" ? Can you please provide the more details about installing lua-knn ?

Thanks!

pokaxpoka avatar Sep 26 '16 07:09 pokaxpoka

Hi,

For example, assume my cuda is installed at /usr/local/cuda-6.5, then I will set:

CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-6.5

jwyang avatar Sep 26 '16 19:09 jwyang

I tried this. cmake -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-8.5

I got this error . CMake Error: The source directory "/home/dangal/Desktop/joint-unsupervised-learning/build/CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-8.5" does not exist.

how to do this ?

vooratarun avatar Oct 26 '16 16:10 vooratarun