Shortcuts

Summary of PyTorch Mobile Recipes

This summary provides a top level overview of recipes for PyTorch Mobile to help developers choose which recipes to follow for their PyTorch-powered mobile app development.

Introduction

When a PyTorch model is trained or retrained, or when a pre-trained model is available, for mobile deployment, follow the the recipes outlined in this summary so mobile apps can successfully use the model.

Pre-requisites

PyTorch 1.6.0 or 1.7.0

(Optional) torchvision 0.6.0 or 0.7.0

For iOS development: Xcode 11 or 12

For Android development: Android Studio 3.5.1 or above (with NDK installed); or Android SDK, NDK, Gradle, JDK.

New Recipes for PyTorch Mobile

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources