opt模型转换报错
Created by: ClassmateXiaoyu
[root@VM_0_16_centos yhy]# paddle_lite_opt --model_dir=./inference_model \
> --valid_targets=arm \
> --optimize_out_type=naive_buffer \
> --optimize_out=c_det_opt
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0911 15:20:10.411525 22732 cxx_api.cc:251] Load model from file.
F0911 15:20:10.428884 22732 model_parser.cc:63] Check failed: version == 0U (32767 vs. 0) Only version 0 is supported
*** Check failure stack trace: ***
Aborted
注:我在pc端使用python脚本也出现了同样的问题。