You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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:
dependencies:
The text was updated successfully, but these errors were encountered: