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
After following the instructions, the project could not run properly on the RTX 4090. However, I was able to get it running successfully using the following steps:
Install Python 3.9, PyTorch 2.1.0, and CUDA 11.8 from the official PyTorch website.
Download the corresponding version of PyTorch3D from PyTorch3D's Anaconda page and install it manually.
Downgrade NumPy to version 1.23.
The text was updated successfully, but these errors were encountered:
After following the instructions, the project could not run properly on the RTX 4090. However, I was able to get it running successfully using the following steps:
Install Python 3.9, PyTorch 2.1.0, and CUDA 11.8 from the official PyTorch website.
Download the corresponding version of PyTorch3D from PyTorch3D's Anaconda page and install it manually.
Downgrade NumPy to version 1.23.
The text was updated successfully, but these errors were encountered: