当我在vs2010中使用caffe读取vgg_face.caffemodel
(553 Mb文件)时,它会发出警告:
Unhandled exception at 0x7644c54f in CaffeClassifierd.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0035dc00
我发现它是google::protobuf::MessageLite::ParseFromCodedStream(io::CodedInputStream* input);
有没有办法使用protobuf读取大数据?