mindspore GPU环境下转换模型成onnx,在ascend环境使用atc转换om模型时出错
收藏回复举报
mindspore GPU环境下转换模型成onnx,在ascend环境使用atc转换om模型时出错
t('forum.solved') 已解决
发表于2023-12-10 16:18:15
0 查看

我在GPU环境下的mindspore2.2.0训练了resnet50模型,参考的config文件时

使用models中的export脚本转换出了onnx模型

在ascend环境中使用atc转换om模型时报错:

cke_3505.png

E50029: The op[45Conv] input parameter[pads] should be [positive], actual the input is [-1, 0, -1, 0]

请问有人遇到过这种情况么?

本帖最后由 匿名用户2024/01/03 10:46:13 编辑

我要发帖子