[go: nahoru, domu]

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

Runtime Error: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #43

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

Runtime Error: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #43

sabine1993 opened this issue May 13, 2020 · 0 comments

Comments

@sabine1993
Copy link

Hi everyone,
I have a problem to rum the train_net script.
I followed the installations and everything worked fine. I want to train the model with coco dataset But I always get the runtime error. Did anyone has the same problem and can help me out?
Thanks a lot

Bad key "text.kerning_factor" on line 4 in
C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\matplotlib\mpl-data\stylelib_classic_test_patch.mplstyle.
You probably need to get an updated matplotlibrc file from
https://github.com/matplotlib/matplotlib/blob/v3.1.3/matplotlibrc.template
or from the matplotlib source distribution
Traceback (most recent call last):
File "tools/train_net.py", line 196, in
main()
File "tools/train_net.py", line 184, in main
model = train(cfg, args.local_rank, args.distributed)
File "tools/train_net.py", line 88, in train
arguments,
File "c:\users\skugler\desktop\centermask\maskrcnn_benchmark\engine\trainer.py", line 83, in do_train
loss_dict = model(images, targets)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "c:\users\skugler\desktop\centermask\maskrcnn_benchmark\modeling\detector\generalized_rcnn.py", line 49, in forward
features = self.backbone(images.tensors)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\container.py", line 92, in forward
input = module(input)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "c:\users\skugler\desktop\centermask\maskrcnn_benchmark\modeling\backbone\mobilenet.py", line 115, in forward
x = m(x)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\container.py", line 92, in forward
input = module(input)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\module.py", line 493, in call
result = self.forward(*input, **kwargs)
File "c:\users\skugler\desktop\centermask\maskrcnn_benchmark\layers\misc.py", line 33, in forward
return super(Conv2d, self).forward(x)
File "C:\Users\skugler\AppData\Local\Continuum\anaconda3\envs\env_centermask\lib\site-packages\torch\nn\modules\conv.py", line 338, in forward
self.padding, self.dilation, self.groups)
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