onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.37k stars 629 forks source link

What does scoring mean? #179

Open Cnoru opened 4 years ago

Cnoru commented 4 years ago

Does importing and scoring mean you can convert an onnx model into a model for that framework?

faxu commented 4 years ago

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