Search⌘ K
AI Features

Package Installation

Explore how to set up your Python environment by installing key packages required for exporting and deploying machine learning models. Understand the installation process for PyTorch, TensorFlow, ONNX, ONNXRuntime, and the ONNX-TensorFlow converter to support model formats such as ONNX, SavedModel, and TFLite.

This lesson will illustrate how to install Python dependencies in our virtual environment.

We’ll need the following Python packages to export our models into:

  • ONNX models
  • TensorFlow models in SavedModel format
...