DeepBind icon indicating copy to clipboard operation
DeepBind copied to clipboard

demo_convnet.py run with error for the reason of libsmat_cudnn.so

Open kuixu opened this issue 9 years ago • 1 comments

demo_convnet.py run with error for the reason of libsmat_cudnn.so code/libs/smat/py/demo_convnet.py $ demo_convnet.py --device 1 code/libs/smat/build/release/bin/libsmat_cudnn.so: cannot open shared object file: No such file or directory and then I found that libsmat_cudnn.so is not being compiled in folder code/libs/smat/build/release/bin check the makefile , found smat_cudnn is not compiled by default. so I try to re-compile, and failed with collect2: error: ld returned 1 exit status make: *** [../build/release/bin/libsmat_cudnn.so] Error 1

sadly failed, please help!

kuixu avatar Jan 10 '16 10:01 kuixu

I'd recommend contacting the DeepBind paper authors about this issue.

The DragoNN package provide a simple toolkit to get started with deep learning modeling of regulatory sequence, you may want to check it out: https://github.com/kundajelab/dragonn

jisraeli avatar Sep 13 '16 15:09 jisraeli