Answers for "could not create cudnn handle: cudnn_status_internal_error when using opencv"

1

Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

Run the following
rm -rf ~/.nv/ 

and set 
config.gpu_options.allow_growth = True
Posted by: Guest on September-10-2021
0

Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

$ export TF_FORCE_GPU_ALLOW_GROWTH=true
Posted by: Guest on November-13-2020

Code answers related to "could not create cudnn handle: cudnn_status_internal_error when using opencv"

Browse Popular Code Answers by Language