QuestionQ25

Core Machine Learning and AI Knowledge

What is the Open Neural Network Exchange (ONNX) format used to do?

  • A Representing deep learning models
  • B Reducing training time of neural networks
  • C Compressing deep learning models
  • D Sharing neural network literature
Explanation

ONNX provides a common intermediate representation for deep-learning models, allowing their computation graphs and related model data to be represented portably across frameworks and runtimes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!