opt转化模型报错
Created by: liangruofei
我下载的yolov3_mobilenet_v1_voc模型进行转化用paddle-detect下的python -u tools/export_model.py -c configs/yolov3_mobilenet_v1_voc.yml --output_dir=./inference_model_final -o weights=~/yolov3_model/yolov3_mobilenet_v1_voc进行模型导出,然后用opt转化报错
aistudio@jupyter-282556-592977:~/PaddleDetection/inference_model_final/yolov3_mobilenet_v1_voc$ paddle_lite_opt --model_dir=fluid --optimize_out_type=naive_buffer --optimize_out=cpu/model --valid_targets=arm WARNING: Logging before InitGoogleLogging() is written to STDERR I0627 00:11:21.334167 4793 cxx_api.cc:251] Load model from file. F0627 00:11:21.341547 4793 model_parser.cc:63] Check failed: version == 0U (2272859846 vs. 0) Only version 0 is supported