-
Notifications
You must be signed in to change notification settings - Fork 9
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
an inplace operation #22
Comments
Hi, can you give more context on the issue so that I can help you? |
I encountered a similar error: I set torch.autograd.set_detect_anomaly(True), and get the following information:
|
I encountered the same problem. Is there anyone who solved it? |
I solved the problem with adding change main.py line 373 as following model = torch.nn.parallel.DistributedDataParallel(
model, device_ids=[args.gpu], find_unused_parameters=True, broadcast_buffers=False,
) |
Hello, I encountered this problem during the training process. Do you know where the problem is? The dimension of torch. cuda. LongTensor is [1,25]
The text was updated successfully, but these errors were encountered: