Installing Pytorch3d without Cuda #1117
Replies: 1 comment 1 reply
-
Yes, this works. You need to install from source. Start with an environment which has torch and torchvision. I recommend a conda environment. (You can do this with
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to install Pytorch3D on a Ubuntu 20.04 LTS which happens to not have GPU. Is it possible to install Pytorch3d for CPU only runs (for debugging purposes, e.g.)? If so, what is the workflow I should take to install this package in a Python 3.8.10 based virtual environment?
Beta Was this translation helpful? Give feedback.
All reactions