Skip to content
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

When I run strg.py, there has an error:Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) #1

Open
MinamiKotoka opened this issue Aug 19, 2020 · 3 comments

Comments

@MinamiKotoka
Copy link

MinamiKotoka commented Aug 19, 2020

I find that the function roi_align causes this error, so I want how you can use this function and do not have an error? My environment is: torch-1.4, torchvision-0.5. And other types of torch and torchvision I have tried but do not work. In your requirement torch is 1.5 version and torchvision is 0.5 version, but they are not matching.

@jd730
Copy link
Owner

jd730 commented Aug 20, 2020

Hi @MinamiKotoka, Thank you for notifying me. I used torch-1.5 and torchvision-0.6. Could you please check it on that version?
Does your coda is matched with torch and cudatoolkit (such as 10.0, 10.1, ... )?

Also, full command log would be helpful for finding the cause.
Thanks.

jd730 added a commit that referenced this issue Aug 20, 2020
@MinamiKotoka
Copy link
Author

Hi @jd730 I just tried torch-1.5 and torchvision-0.6, but it also didn't work. My cuda version is 10.1. Do you have other ways help me to solve that?
All I used is your strg.py, run the main function in it. When I go to rois_features = self.roi_align(features, rois_list) , pycharm told me that error Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) and exit.
Thanks.

@jd730
Copy link
Owner

jd730 commented Aug 20, 2020

@MinamiKotoka Could you give me a full log please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants