Trying to work on image semantic processing on the Orin Nano 8GB Dev Kit. Since it’s image processing, I wanted to ensure the GPU is enabled for both PyTorch and
I’ve tried several times to install Tensorflow and PyTorch with GPU enabled. I can get Tensorflow installed with GPU. I can get PyTorch installed with GPU. The issue is I can’t get both installed at the same time with GPU. The versions don’t seem compatible due to package dependencies.
Has anyone successfully installed both? If so, can you please post your pip list with the package versions you’re using? Any assistance is greatly appreciated.
I did, but please take a look at the documentation. Ex. PyTorch says numpy==1.19.4, tensorflow needs 1.22. The aws package just breaks everything. Several packages are incompatible versions. I’ll try to deconstruct the requirements and see if I can de-conflict them.