Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Run the following
rm -rf ~/.nv/
and set
config.gpu_options.allow_growth = True
Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Run the following
rm -rf ~/.nv/
and set
config.gpu_options.allow_growth = True
Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
$ export TF_FORCE_GPU_ALLOW_GROWTH=true
Could not create cudnn handle: CUDNN_STATUS_ALLOC_FAILED
physical_devices = tf.config.experimental.list_physical_devices('GPU')
assert len(physical_devices) > 0, "Not enough GPU hardware devices available"
config = tf.config.experimental.set_memory_growth(physical_devices[0], True)
could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
physical_devices = tf.config.experimental.list_physical_devices('GPU')
assert len(physical_devices) > 0, "Not enough GPU hardware devices available"
config = tf.config.experimental.set_memory_growth(physical_devices[0], True)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us