Created by: key-1994
将MobileNetV3_large_x1_0预训练模型固化后转为naive_buffer格式,按照c++demo的步骤进行移动端部署,android端程序在运行 // 2. Create PaddlePredictor by MobileConfig std::shared_ptr predictor = CreatePaddlePredictor(config); 这一句后Segmentation fault (core dumped)