Paddle.js
Paddle.js copied to clipboard
yolov3模型使用paddlejsconverter导出报错
This model is not supported, because 2 ops are not supported on 'arm'. These unsupported ops are: 'multiclass_nms3, nearest_interp_v2'.
同样,paddlejsconverter转换模型:
!paddlejsconverter --modelPath=/home/aistudio/output_inference/yolov3_mobilenet_v1_coco_distill_prune/model.pdmodel \ --paramPath=/home/aistudio/output_inference/yolov3_mobilenet_v1_coco_distill_prune/model.pdiparams \ --outputDir=/home/aistudio/data/paddlejsconverter \ --useGPUOpt=True
报错如下:
This model is not supported, because 2 ops are not supported on 'arm'. These unsupported ops are: 'multiclass_nms3, nearest_interp_v2'.