Installing Pytorch on a raspberry pi 4 | Simen Eide
eide.ai › 2020/06/30 › pytorch-raspberryJun 30, 2020 · Update 15 sept 2020 I found these wheel builds from Thomas Viehmann that worked very well on a rpi4 64 bit running python 3.7. They are pytorch 1.6.0 and avoids the original hacks. Only issue was that my camera stopped working, but manage to circumvent it by using a different driver (v4l-utils) and using opencv’s VideoCapture() to get images. Got it running in a docker image with the ...