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 during training #54

Open
5y opened this issue Apr 7, 2020 · 0 comments
Open

Error during training #54

5y opened this issue Apr 7, 2020 · 0 comments

Comments

@5y
Copy link

5y commented Apr 7, 2020

By any chance do you have any idea why I received following error during training?
I'm running the docker file on some RTX 2080 ti and the last version of CUDA.

Thank you.

process_0 - Initializing MultitaskQuestionAnsweringNetwork
process_0 - MultitaskQuestionAnsweringNetwork has 14,469,902 trainable parameters
Traceback (most recent call last):
File "/decaNLP/train.py", line 374, in
main()
File "/decaNLP/train.py", line 370, in main
run(args, run_args, world_size=args.world_size)
File "/decaNLP/train.py", line 299, in run
model = init_model(args, field, logger, world_size, device)
File "/decaNLP/train.py", line 327, in init_model
model.to(device)
File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 379, in to
return self._apply(convert)
File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 185, in _apply
module._apply(fn)
File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 185, in _apply
module._apply(fn)
File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/rnn.py", line 112, in _apply
self.flatten_parameters()
File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/rnn.py", line 105, in flatten_parameters
self.batch_first, bool(self.bidirectional))
RuntimeError: CuDNN error: CUDNN_STATUS_SUCCESS

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