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

NameError: name '_C' is not defined #367

Open
1 of 2 tasks
keshavTUM opened this issue Mar 15, 2025 · 2 comments
Open
1 of 2 tasks

NameError: name '_C' is not defined #367

keshavTUM opened this issue Mar 15, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@keshavTUM
Copy link

keshavTUM commented Mar 15, 2025

Search before asking

  • I have searched the Roboflow Notebooks issues and found no similar bug report.

Notebook name

Below error is coming while running the colab file of zero-shot-object-detection-with-grounding-dino.ipynb in Google COLAB
from last few days, it was not there before.

FutureWarning: The device argument is deprecated and will be removed in v5 of Transformers.
UserWarning: torch.utils.checkpoint: the use_reentrant parameter should be passed explicitly. In version 2.5 we will raise an exception if use_reentrant is not passed. use_reentrant=False is recommended, but if you need to preserve the current default behavior, you can pass use_reentrant=True. Refer to docs for more details on the differences between the two variants.
UserWarning: None of the inputs have requires_grad=True. Gradients will be None

NameError Traceback (most recent call last)
in <cell line: 0>()
11 image_source, image = load_image(IMAGE_PATH)
12
---> 13 boxes, logits, phrases = predict(
14 model=model,
15 image=image,

22 frames
/content/GroundingDINO/groundingdino/models/GroundingDINO/ms_deform_attn.py in forward(ctx, value, value_spatial_shapes, value_level_start_index, sampling_locations, attention_weights, im2col_step)
51 ):
52 ctx.im2col_step = im2col_step
---> 53 output = _C.ms_deform_attn_forward(
54 value,
55 value_spatial_shapes,

NameError: name '_C' is not defined

Bug

NameError: name '_C' is not defined

Environment

Google Colab

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@keshavTUM keshavTUM added the bug Something isn't working label Mar 15, 2025
@FurkanGozukara
Copy link

I have same error

I couldnt make it work with RTX 5000 series with Torch 2.7 and CUDA 12.8

please solve

@MELB71
Copy link

MELB71 commented Mar 23, 2025

have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants