Paddle.js icon indicating copy to clipboard operation
Paddle.js copied to clipboard

yolov3模型使用paddlejsconverter导出报错

Open judy19981229 opened this issue 2 years ago • 1 comments

This model is not supported, because 2 ops are not supported on 'arm'. These unsupported ops are: 'multiclass_nms3, nearest_interp_v2'.

judy19981229 avatar Nov 16 '22 07:11 judy19981229

同样,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'.

shuizhuyu1015 avatar Mar 07 '23 10:03 shuizhuyu1015