You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot get it work, its seem wants cuda 10 i hear python only work with older version of cuda if have rtx 3090 and windows with miniconda, it will works?
im getting error
python demos/demo_transfer.py
from pytorch3d.structures import Meshes
ModuleNotFoundError: No module named 'pytorch3d'
but pytroch3d sayiing # All requested packages already installed.
The text was updated successfully, but these errors were encountered:
bitcoin5000
changed the title
Is working on rtx 30xxx ? and windows?
Is working on rtx 300xx ? and windows?
May 6, 2021
if you use pip to install pytorch3d, it can only provide 0.0.1 which cannot be used here. I have tried to use pytorch3d 0.3.0 and it works good. And install pytorch3d on windows can meet a lot problems, i recommend you to use the edited pytorch3d for windows users in this repo https://github.com/yuanluxu/pytorch3d
I cannot get it work, its seem wants cuda 10 i hear python only work with older version of cuda if have rtx 3090 and windows with miniconda, it will works?
im getting error
python demos/demo_transfer.py
from pytorch3d.structures import Meshes
ModuleNotFoundError: No module named 'pytorch3d'
but pytroch3d sayiing # All requested packages already installed.
The text was updated successfully, but these errors were encountered: