使用mindyolo转换yolov8x模型报错SiLU
收藏回复举报
使用mindyolo转换yolov8x模型报错SiLU
t('forum.solved') 已解决
发表于2024-09-13 09:24:06
0 查看

【客户】能源

【设备】Atlas 300i duo

【环境】

python3.9.10

cann 8.0.rc1.alpha003

mindspore 2.2.12

【问题描述】

mindyolo  matser v0.3

mindyolo: MindYOLO is MindSpore Lab's software system that implements state-of-the-art YOLO series algorithms, support list and benchmark. (gitee.com)

拷贝上方代码链接,在服务器配置环境后,使用export.py将ckpt导出为onnx,命令为 python3 ./deploy/export.py --config ../xxxx/yolov8/yolov8x.yaml --weight ../xxx/model/xxx.ckpt --per_batch_size 1 --file_format ONNX --device_target CPU   使用配置文件为mindyolo/config下的yolov8x.yaml,出现如下报错

cke_36140.png

我要发帖子