Open michaelByrne opened 7 years ago
I solved this just by switching to a different deep learning AMI, but will leave it open in case it's a Go Deeper issue.
I had this issue too when trying to run the mnist demo. Solved by adding /home/icarus/anaconda2/lib/ to my LD_LIBRARY_PATH
e.g. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/icarus/anaconda2/lib/
Error running the following.
../../build/tools/caffe train -solver ./solver.prototxt -weights ./bvlc_googlenet.caffemodel
Reinstalled OpenCv. No luck.
Any ideas?