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

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #14

Open
ZuoJiaxing opened this issue May 13, 2020 · 0 comments
Open

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #14

ZuoJiaxing opened this issue May 13, 2020 · 0 comments

Comments

@ZuoJiaxing
Copy link

Training on train env ...
Traceback (most recent call last):
File "tasks/R2R-pano/main.py", line 300, in
main(opts)
File "tasks/R2R-pano/main.py", line 265, in main
trainer.train(epoch, train_env, tb_logger)
File "/home/inceptio/Documents/VLN_github/regretful-agent/tasks/R2R-pano/trainer.py", line 46, in train
loss, traj = self.agent.rollout_regret()
File "/home/inceptio/Documents/VLN_github/regretful-agent/tasks/R2R-pano/agents/pano_agent.py", line 404, in rollout_regret
is_training=self.encoder.training)
File "/home/inceptio/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "/home/inceptio/Documents/VLN_github/regretful-agent/tasks/R2R-pano/models/policy_model.py", line 113, in forward
proj_navigable_feat = proj_masking(navigable_feat_no_visited, self.proj_navigable_mlp, navigable_mask)
File "/home/inceptio/Documents/VLN_github/regretful-agent/tasks/R2R-pano/models/modules.py", line 95, in proj_masking
proj_feat = projector(feat.view(-1, feat.size(2)))
File "/home/inceptio/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "/home/inceptio/.local/lib/python3.6/site-packages/torch/nn/modules/container.py", line 92, in forward
input = module(input)
File "/home/inceptio/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "/home/inceptio/.local/lib/python3.6/site-packages/torch/nn/modules/batchnorm.py", line 83, in forward
exponential_average_factor, self.eps)
File "/home/inceptio/.local/lib/python3.6/site-packages/torch/nn/functional.py", line 1697, in batch_norm
training, momentum, eps, torch.backends.cudnn.enabled
RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED

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