Friday, May 1, 2020

Installing PyTorch on a Raspberry Pi 3B+ #PiDay #RaspberryPi #Python @Raspberry_Pi

Diomidis Spinellis blog posts an update to articles for installing the PyTorch machine learning library on a Raspberry Pi that have been published by Amrit Das in 2018 and Saparna Nair in 2019. It builds on them by updating the required settings and introducing a fix and a few tweaks to make the process run considerably faster. Although there are Python wheels floating around that offer PyTorch as a Raspberry Pi Python package, downloading them from unverified sources is a security risk. Here’s how to install PyTorch from source.

What is PyTorch?

PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook’s AI Research lab – Wikipedia.

See the blog post for all the details.

No comments:

Post a Comment