├── README.md ├── torch-1.4.0a0+f43194e-cp37-cp37m-linux_armv7l.whl ├── torch-1.8.0a0+56b43f4-cp37-cp37m-linux_armv7l.whl ├── torchvision-0.5.0a0+9cdc814-cp37-cp37m-linux_armv7l.whl └── torchvision-0.9.0a0+8fb5838-cp37-cp37m-linux_armv7l.whl /README.md: -------------------------------------------------------------------------------- 1 | # PyTorch-and-Vision-for-Raspberry-Pi-4B 2 | 3 | Wheel files for installing Pytorch 1.4.0 and Pytorch Vision version 0.5.0 on Raspberry Pi 4B 4 | 5 | 6 | 7 | 8 | 9 | 10 | To install (assuming all the dependencies have already been installed) 11 | 12 | sudo pip3 install xxxx.whl 13 | 14 | Built directly on a Raspberry Pi 4B (4 GB RAM) running Raspbian Buster. 15 | 16 | 17 | For detailed installation instructions (and how the wheel files were created), please visit 18 | 19 | 20 | https://sites.google.com/view/steam-for-vision/raspberry-pi/PytorchRP4 21 | -------------------------------------------------------------------------------- /torch-1.4.0a0+f43194e-cp37-cp37m-linux_armv7l.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sungjuGit/PyTorch-and-Vision-for-Raspberry-Pi-4B/ea013796592fb48d47f2c6e9c7f4948f87a72cce/torch-1.4.0a0+f43194e-cp37-cp37m-linux_armv7l.whl -------------------------------------------------------------------------------- /torch-1.8.0a0+56b43f4-cp37-cp37m-linux_armv7l.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sungjuGit/PyTorch-and-Vision-for-Raspberry-Pi-4B/ea013796592fb48d47f2c6e9c7f4948f87a72cce/torch-1.8.0a0+56b43f4-cp37-cp37m-linux_armv7l.whl -------------------------------------------------------------------------------- /torchvision-0.5.0a0+9cdc814-cp37-cp37m-linux_armv7l.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sungjuGit/PyTorch-and-Vision-for-Raspberry-Pi-4B/ea013796592fb48d47f2c6e9c7f4948f87a72cce/torchvision-0.5.0a0+9cdc814-cp37-cp37m-linux_armv7l.whl -------------------------------------------------------------------------------- /torchvision-0.9.0a0+8fb5838-cp37-cp37m-linux_armv7l.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sungjuGit/PyTorch-and-Vision-for-Raspberry-Pi-4B/ea013796592fb48d47f2c6e9c7f4948f87a72cce/torchvision-0.9.0a0+8fb5838-cp37-cp37m-linux_armv7l.whl --------------------------------------------------------------------------------