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
Hi, thanks for your job. When I use train.py, I encounter some problems:
ImportError: No module named 'nvdiffrast_plugin' happen, I first set docker with cuda10 cudnn7, Then I deploy by your environment.yml.
I found a similar problem NVlabs/nvdiffrast#46
The text was updated successfully, but these errors were encountered:
It's because you didn't compile the nvdiffrast package correctly. You may reinstall this package and check whether there are nvdiffrast_plugin in ~/torch/torch_extensions path.
Hi, thanks for your job. When I use train.py, I encounter some problems:
ImportError: No module named 'nvdiffrast_plugin' happen, I first set docker with cuda10 cudnn7, Then I deploy by your environment.yml.
I found a similar problem NVlabs/nvdiffrast#46
The text was updated successfully, but these errors were encountered: