-
Notifications
You must be signed in to change notification settings - Fork 48
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
Runtime Error: Segmentation fault #10
Comments
Thanks for your interest in our work! How many GPUs are you using for your job? Have you tried using 1 GPU? |
My server contains 8 P40 GPUs. I tried just using one GPU ( I used os.environ['CUDA_VISIBLE_DEVICE']="0"
# OR
torch.cuda.set_device(0) to use Also, I manually set the The top several calling stacks stored in core file is shown as below:
|
@TriLoo Hello, I met the same problem, I used one TeslaP100 GPU with 16G memory, did you solve the problem? Looking forward to your reply! |
Sorry, not yet ... By the way, my pytorch version is 1.0.2 |
@xyang35 Could you please provide your version of gcc? Thanks a lot. |
I use my own image datas with
demo.py
and got this error, no any other infos display.I have located the postion causing this error, its roi layer calling. However, I tested the
ROIAlign_cuda.cu
not usingPyTorch Tensor
as parameters but usefloat *
instead and no errors raise.my
gcc
version is 4.8.5, is the gcc version critical ? any advices? thanksThe text was updated successfully, but these errors were encountered: