caffe-builder icon indicating copy to clipboard operation
caffe-builder copied to clipboard

Python error in unittest (C++ error)

Open cyrenaique opened this issue 10 years ago • 1 comments

Hello, I am facing a low level error in test_solver.py (test_net.py pass): [libprotobuf ERROR D:\Libraries2\caffe_x3\build\DownloadCache\protobuf\src\google\protobuf\text_format.cc:275] Error parsing text-format caffe.SolverParameter: 1:11: Expected eight hex digits up to 10ffff for \U escape sequence

-OPENCV3 -Python3.4

Have you any clues about that one? Thanks again.

cyrenaique avatar Aug 10 '15 08:08 cyrenaique

Nope. All I can say is that I had trouble with protobuf because on Windows you absolutely need to specify it if you are reading a binary file unlike in Linux. HTH.

willyd avatar Aug 10 '15 14:08 willyd