PyTorch + Raspberry Pi | Lin Chen's Blog
skyuuka.wordpress.com › 12 › 15Dec 15, 2019 · Raspberry Pi has ARM processor, which is different from Intel x86 architecture present in most of the desktop PCs. This means you need to compile your codes for this specific architecture. When it comes to PyTorch, there are two ways to do this: 1) compile PyTorch from source; and 2) use pre-compiled packages.