niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

image_data_layer problem on windows #42

Open SophieZhou opened 9 years ago

SophieZhou commented 9 years ago

I have successfully run the mnist example on my pc windows. But, when I using feature_extraction, I can not read prototxt. I catch the failure appeared when the data is image_data_layer, using leveldb is ok. Do you have met this problem? Or can you give me any suggestion?

Thanks very much.

SophieZhou commented 9 years ago

I test on this problem, on x64 windows 7 visual studio 2012. I successfully run the example of mnist but when I change the source data to image data, and I do not change anything except to image_data and its param. The program will failed in prototxt read. "invalid escape sequence in string literal....."