记录一下别人的劳动成果:onnx模型转om模型时报错E16005: The model has [2] [--domain_version] fields, but only one is allowed的解决方案https://blog.51cto.com/u_9453611/5575382【使用magiconnx库加载onnx为graph,然后graph.keep_default_domain()后保存onnx即可】