Open ZhaoMonica opened 5 years ago
This error occurred when transforming the yolov2-tiny model. Do you know why?
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(*args, kwds) /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(*args, *kwds) [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 15:14: Expected integer. WARNING: Logging before InitGoogleLogging() is written to STDERR F0725 09:48:08.277065 10690 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: yolov2_tiny_voc.prototxt Check failure stack trace: *** 已放弃 (核心已转储)
This error occurred when transforming the yolov2-tiny model. Do you know why?