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

Error in backward #14

Open
FiorenzoParascandolo1 opened this issue Dec 17, 2024 · 1 comment
Open

Error in backward #14

FiorenzoParascandolo1 opened this issue Dec 17, 2024 · 1 comment

Comments

@FiorenzoParascandolo1
Copy link

I got this error during backward:

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [CUDAComplexFloatType [8, 2, 4096, 2]], which is output 0 of ViewAsComplexBackward0, is at version 2; expected version 0 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).

I'm using standard hyperparameters

@bhheo
Copy link
Collaborator

bhheo commented Dec 18, 2024

Hi

I need information to solve the error
Could you provide more details about your case to reproduce the error?

  1. Which training script did you use, deit or SwinTransformer?
  2. What is the version of PyTorch (torch.__version__)?

If you provide this information, I will try to reproduce the error and debug it

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