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

Could not create cudnn handle: CUDNN_STATUS_NOT_INITIALIZED #31

Open
atyakhtmpg opened this issue Oct 4, 2023 · 1 comment
Open

Could not create cudnn handle: CUDNN_STATUS_NOT_INITIALIZED #31

atyakhtmpg opened this issue Oct 4, 2023 · 1 comment

Comments

@atyakhtmpg
Copy link

Hello, we are having a problem running ResMico: the run fails with the log file including the following:
... tensorflow/stream_executor/cuda/cuda_dnn.cc:373] Could not create cudnn handle: CUDNN_STATUS_NOT_INITIALIZED 2023-09-04 19:28:54.754306: E tensorflow/stream_executor/cuda/cuda_dnn.cc:382] Possibly insufficient driver version: 515.57.0 2023-09-04 19:28:54.755139: W tensorflow/core/framework/op_kernel.cc:1745] OP_REQUIRES failed at conv_ops.cc:1120 : UNIMPLEMENTED: DNN library is not found.

Could there be a conflict between versions of various software packages/modules?

The Conda environment used for the run was based on the following yaml:
`channels:

@helgako
Copy link
Collaborator

helgako commented Oct 31, 2023

Hi,

It is indeed hard to handle all the dependencies between packages. We specify the required versions in the https://github.com/leylabmpi/resmico/blob/master/environment.yml,
in particular, tensorflow=2.8.1,
and recommend the following steps to install the resmico https://github.com/leylabmpi/resmico/tree/master#from-source-using-pip

The reason for an error could also be that GPU drivers are not up to date and not compatible with the version of tensorflow. I would refer to the official tensorfow installation guide to handle this issue https://www.tensorflow.org/install/pip

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

2 participants