Q-engineering

Results 343 comments of Q-engineering

We only have wheels for the Raspberry Pi (without CUDA) and [Jetson Nano](https://github.com/Qengineering/PyTorch-Jetson-Nano) with CUDA. (Those are not supported by Pytorch) Please check the [PyTorch](https://pytorch.org/) for wheels for PC with...

Thanks @alain-lnpcrd! We will put your modifications in our guide.

@mightyroy, Do you have a 32 or 64 bit Bullseye? `$ uname -a` I've made the wheel for the 64 bit version.

Try: `$ sudo apt-get install libopenmpi3`

@windowshopr, Did you follow the instructions at https://qengineering.eu/install-pytorch-on-raspberry-pi-4.html before using the wheel? In other words ``` $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install python3-pip libjpeg-dev...

@windowshopr, I think the best (and shortest) solution is to build PyTorch on your machine from scratch. This way you ensure that the installation matches your operating system. It takes...

I'm not sure if it helps, but the `vsdot.s8 q10,q12,d7[1]' error seems to be a GCC compiler issue. I _**always**_ use the Clang compiler for PyTorch. Never GCC as it...

Dear @jodfie, I'm sorry, but you cannot run any example with the Neural Compute Stick. None of the installed frameworks on this image supports the Compute Stick. The Stick is...

I've no idea. The whole Ubuntu 20 on a Jetson Nano came as an experiment. Got a lot of positive reactions, hence the repo on GitHub. Never intended to write...

If you only use Ubuntu 20.04 for the more recent version of Python, consider upgrading only Python on your Jetson Nano.