deepnet
deepnet copied to clipboard
OSError: libeigenmat.so: cannot open shared object file: No such file or directory
hello, when i run runall_dbn.sh,everything is ok. But when i install IDE of wingIde,and set the environment,when i run a test.py and do "from deepnet import datahandler as dh",it reports the error like this:
OSError: libeigenmat.so: cannot open shared object file: No such file or directory
File "/home/tbq/Downloads/deepnet-master/test.py", line 5, in
then i change LoadLibrary('libcudamat.so') to LoadLibrary('/home/tbq/Downloads/deepnet-master/cudamat/libcudamat.so'),it does not works,too. i know error comes from "import cudamat".But when i import in terminal after python ,it is ok. it does not work in wingide. i need your help,thanks in advance
same problem!!!
Got the same problem when I try to run the example for rbm. Here's the error:-
titan4@titan4-Precision-Tower-5810:~/deepnet/deepnet/examples/rbm$ ./runall.sh
Failed to import cudamat. Using eigenmat. No GPU will be used.
Traceback (most recent call last):
File "../../trainer.py", line 1, in
Any help appreciated :)
I also get the same error!
I also have the similar problem. I rerun the make file in the cudamat directory and reduce the gpu memory (gpu_mem) in runall_dbn.sh for the multi modal data. Now, it works.