利用mindspore_lite 将一个onnx模型转成mindir格式时报错:Unsupported coordinate transform mode: coordinate_transformation_mode
详细错误信息如下:
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.583.597 [mindspore/lite/tools/converter/parser/onnx/onnx_resize_parser.cc:50] Parse] Unsupported coordinate transform mode: coordinate_transformation_mode
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.583.623 [mindspore/lite/tools/converter/parser/onnx/onnx_model_parser.cc:904] ConvertNodes] parse node Resize failed.
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.583.641 [mindspore/lite/tools/converter/parser/onnx/onnx_model_parser.cc:792] ConvertOnnxGraph] convert nodes failed.
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.583.645 [mindspore/lite/tools/converter/parser/onnx/onnx_model_parser.cc:705] Parse] convert onnx graph failed.
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.200 [mindspore/lite/tools/converter/converter_funcgraph.cc:107] Load3rdModelToFuncgraph] Get funcGraph failed for fmk: 2
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.222 [mindspore/lite/tools/converter/converter_funcgraph.cc:187] Build] Load model file failed!
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.226 [mindspore/lite/tools/converter/converter.cc:1196] HandleGraphCommon] Build func graph failed
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.236 [mindspore/lite/tools/converter/converter.cc:1152] Convert] Handle graph failed: -1 Common error code.
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.240 [mindspore/lite/tools/converter/converter.cc:1344] RunConverter] Convert model failed
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.251 [mindspore/lite/tools/converter/cxx_api/converter.cc:374] Convert] Convert model failed, ret=Common error code.
[ERROR] LITE(5984,7fd337c3e180,python):2025-07-10-09:54:14.598.256 [mindspore/lite/tools/converter/cxx_api/converter.cc:406] Convert] Convert model ../models/table-line.onnx failed, ret=Common error code.
有解决办法玛。