用caffe模型转换为rknn模型失败,提示以下信息:
warnings.warn(message)
--> config model
done
--> Loading model
done
--> Building model
W The RKNN Model generated can not run on simulator when pre_compile is True.
E pre_compile is not supproted on aarch64 platform.
Build model failed!
求大神指导
W The RKNN Model generated can not run on simulator when pre_compile is True.
E pre_compile is not supproted on aarch64 platform.
这句话的意思是:
RKNN在pre_compile=True时候生成的模型是不能运行在仿真器上的,
预编译也不支持在aarch64平台开启。
jefferyzhang 发表于 2020-4-21 18:10
W The RKNN Model generated can not run on simulator when pre_compile is True.
E pre_compile is not s ...
我在pc端,优班图系统下转换darknet模型:rknn.build(do_quantization=True, dataset='./dataset_416x160.txt',pre_compile=True)
报错信息:The RKNN Model generated can not run on simulator when pre_compile is True.
怎么解决