Open Cnoru opened 4 years ago
Does importing and scoring mean you can convert an onnx model into a model for that framework?
Scoring generally refers to inferencing. For example, you can use an ONNX converter to convert a model from a supported framework to the ONNX format, and score using a runtime inferencing engine such as ONNX Runtime
Does importing and scoring mean you can convert an onnx model into a model for that framework?