Open 157995010 opened 8 years ago
Hi I got this same error, and it's a problem with the specific version of Caffe you have installed. I made the following steps based on what worked for me after a lot of finagling:
A.install Caffe from https://github.com/bittnt/caffe.git
B. download crf-rnn from github
Hi, When I run the code
python solve.py 2>&1 | tee train.log
, I met the fellow question:I wonder how to solve this problem? Thanks a lot.