Hello,
I am doing an image processing project using raspberry pi 4. I've saved the weights of the model in a pth file and passed it onto a raspberry pi with a usb stick. In order to load the model in raspberry pi so that I can use the camera I need to import PyTorch to load the model weights. The current version of python I'm using is 3.11 and every time I try to install torch it says "package python3-torch has no installation candidate".
Any help on this would be appreciated!