“Não foi possível criar o identificador CUDNN: CUDNN_STATUS_INTERNAL_ERROR” Respostas de código

Não foi possível criar o identificador CUDNN: CUDNN_STATUS_INTERNAL_ERROR

Run the following
rm -rf ~/.nv/ 

and set 
config.gpu_options.allow_growth = True

Não foi possível criar o identificador CUDNN: CUDNN_STATUS_INTERNAL_ERROR

$ export TF_FORCE_GPU_ALLOW_GROWTH=true
Worried Worm

Não foi possível criar o identificador CUDNN: 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)
Cautious Cod

Não foi possível criar o identificador CUDNN: 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)
Modern Moth

Respostas semelhantes a “Não foi possível criar o identificador CUDNN: CUDNN_STATUS_INTERNAL_ERROR”

Perguntas semelhantes a “Não foi possível criar o identificador CUDNN: CUDNN_STATUS_INTERNAL_ERROR”

Procure respostas de código populares por idioma

Procurar outros idiomas de código