deepnet
deepnet copied to clipboard
Stuck at RBM example: ./runall.sh
Hi, I'm stuck at the RBM example. When I execute ./runall.sh this is my output:
Traceback (most recent call last):
File "../../trainer.py", line 1, in
Already doublecheck ~/.bashrc and nothing seams wrong. Anyone passed by this error?
you should add cudamat to you python search path. Did you configure PYTHONPATH?
I have the same problem and I've done adding cudamat to my PYTHONPATH like
export PYTHONPATH=$PYTHONPATH:$HOME/Documents/deepnet-master/cudamat
but still have the same problem. Any idea?
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 cudamat is complied again. I simply delete the first cudamat version by removing python2.7/site-packages/cudamat-0.3-py2.7-linux-x86_64.egg this file folder. It works.