DeepBind
DeepBind copied to clipboard
demo_convnet.py run with error for the reason of libsmat_cudnn.so
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!
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