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

Cuda error while evaluating the pre-trained model #6

Open
sreejithpai opened this issue Mar 2, 2022 · 1 comment
Open

Cuda error while evaluating the pre-trained model #6

sreejithpai opened this issue Mar 2, 2022 · 1 comment

Comments

@sreejithpai
Copy link

sreejithpai commented Mar 2, 2022

Hello,
Thank you very much for sharing the implementation.
I am trying to run 'evaluate_depth_custom.py' using google colab. I am getting a cuda error
"
/content/SimVODIS/maskrcnn_benchmark/layers/roi_align.py in forward(ctx, input, roi, output_size, spatial_scale, sampling_ratio)
18 ctx.input_shape = input.size()
19 output = _C.roi_align_forward(
---> 20 input, roi, spatial_scale, output_size[0], output_size[1], sampling_ratio
21 )
22 return output

RuntimeError: cuda runtime error (209) : unrecognized error code at /content/SimVODIS/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu:297
"
Is this due to Cuda version mismatch ? Should I downgrade cuda version in google colab from 11.0 to 9.0 ?

Thanks,
Sreejith

@sreejithpai
Copy link
Author

Error was resolved after downgrading CUDA version to 10

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

1 participant