-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) when rendering #13
Comments
Hi! |
Thank you for your reply. my cuda version: 10.1 |
Intresting! Have you tried to use a matching cuda version (eg 9.2)? |
I also ran into the same issue. I first got segmentation faults when installing neural_renderer_pytorch from pip, so I installed it manually. On the machine I compiled it, it worked fine. However, when I switched machines, I got the "Error in forward_face_index_map_2: a PTX JIT compilation failed" error message during training. In my case, the reason seems to have been a different cpu architecture rather than a CUDA problem. |
I set up the environment needed for training according to the Readme, but found that there was a core dump problem during rendering. Has anyone encountered this problem?
Thank you!
The text was updated successfully, but these errors were encountered: