-
Notifications
You must be signed in to change notification settings - Fork 18
build success, but cannot run #8
Comments
Hi, I haven't seen this problem. Can you try printing "dev" to see what the value is? This doesn't seem to be an issue with the extension's C++ or CUDA code since it hits this error before reaching those calls. |
I meet this error too. my envirionment is: |
Could you try re-running the script with This seems like it might also be related to this issue: NVlabs/stylegan2-ada-pytorch#6 and there are some suggestions at the bottom you can try. One thing that might be worth trying is to use CUDA toolkit 11.1 and recompiling the extensions. Can you also let me know what GPU you are using and maybe run the environment collection script from this issue and post the results? You can also try the suggestions from here: NVIDIA/apex#605 and use the |
Also, take a look at this file: https://github.com/facebookresearch/mvp/blob/main/extensions/mvpraymarch/setup.py You may need to modify the -arch=sm_70 so that it matches your GPU. |
Thank you. The problem is solved, the problem really lies here, just comment out the error location when build. |
The data is released: https://github.com/facebookresearch/multiface I'll be working to update the repo with a dataset class for this data |
Multiface dataset has been used in "Mixture of Volumetric Primitives for Efficient Neural Rendering". The "mvp" onfig file needs the path to the background image. But I can't find the background image in multiface dataset. |
Please see this issue for background images: #9 |
use:
python 3.8.13
pytorch 1.13.0a0+git4503c45
cuda 11.3.0
gcc version 8.4.0
Hi, are you having similar issues?
pytorch is working normally.
The text was updated successfully, but these errors were encountered: