-
Notifications
You must be signed in to change notification settings - Fork 23
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 running train_vimeo90k.py #33
Comments
What experiment environment are you using? (PyTorch, CUDA version and GPU card) |
Have the same question, video size should be fixed? and what? |
SOOOO? Has this problem been solved? (pytorch == 2.1.2+cu121, CUDA == 12.2 , GPU only one v100 16 GB ) |
This problem has been solved as #31. |
@ltkong218 I installed the same versions as yours and it worked. Thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [6, 32, 112, 112]], which is output 0 of AsStridedBackward0, is at version 1; expected version 0 instead.
May I ask what is causing this and how can I make the necessary modifications
The text was updated successfully, but these errors were encountered: