华为计算微信公众号
昇腾AI开发者公众号
华为计算微博
华为计算今日头条
我在GPU环境下的mindspore2.2.0训练了resnet50模型,参考的config文件时
使用models中的export脚本转换出了onnx模型
在ascend环境中使用atc转换om模型时报错:
E50029: The op[45Conv] input parameter[pads] should be [positive], actual the input is [-1, 0, -1, 0]
请问有人遇到过这种情况么?
本帖最后由 匿名用户 于 2024/01/03 10:46:13 编辑
我要发帖子
我在GPU环境下的mindspore2.2.0训练了resnet50模型,参考的config文件时
使用models中的export脚本转换出了onnx模型
在ascend环境中使用atc转换om模型时报错:
E50029: The op[45Conv] input parameter[pads] should be [positive], actual the input is [-1, 0, -1, 0]
请问有人遇到过这种情况么?