guxiaoling

Results 2 comments of guxiaoling

@YantianZha, you may forget to add the following lines to your ~/.bashrc file (notice your cuda version) export CUDA_BIN=/usr/local/cuda-7.5/bin export CUDA_LIB=/usr/local/cuda-7.5/lib64

I have also encountered the same problem. This problem may be caused by the conflict between two cudamat versions. I first install cudamat from https://github.com/cudamat/cudamat. Then during installing deepnet, the...