Ask Your Question
0

How can the error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR" be resolved?

asked 2023-07-14 00:05:06 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-14 00:09:01 +0000

bukephalos gravatar image

The "cuDNN error: CUDNNSTATUSMAPPING_ERROR" typically occurs when there is a mismatch between the data type, dimensions of the input, and the configuration setup. Below are some ways to resolve this error:

  1. Check data type mismatch: Ensure that the data type of the input data matches the data type specified in the configuration setup.

  2. Check dimension mismatch: Verify that the input dimensions match the dimensions specified in the configuration setup.

  3. Update your driver version: Ensure that your driver version is up-to-date as an outdated version might cause errors.

  4. Reinstall CUDA and cuDNN: Uninstall and then reinstall both the CUDA and cuDNN libraries. Make sure they are compatible versions.

  5. Check training configuration: Check the training parameters set up and make sure they are not causing the error.

By following these steps, you should be able to resolve the "cuDNN error: CUDNNSTATUSMAPPING_ERROR."

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-14 00:05:06 +0000

Seen: 9 times

Last updated: Jul 14 '23