Snapdragon Neural Processing Engine SDK
Reference Guide
PyTorch Setup

A PyTorch installation is required if the SNPE SDK is going to be used with PyTorch models.

Get PyTorch

  • The SNPE SDK has been tested with PyTorch v1.8.1
  • Please install PyTorch as a standalone Python module using https://pytorch.org/get-started/locally and ensure PyTorch is in your PYTHONPATH by using this test code:
        $ python -c "import torch"
    
  • Continue with the rest of the SNPE Setup