“Konnte nicht Cudnn -Handle erstellen: cudnn_status_internal_error” Code-Antworten

Konnte nicht Cudnn -Handle erstellen: cudnn_status_internal_error

Run the following
rm -rf ~/.nv/ 

and set 
config.gpu_options.allow_growth = True

Konnte nicht Cudnn -Handle erstellen: cudnn_status_internal_error

$ export TF_FORCE_GPU_ALLOW_GROWTH=true
Worried Worm

Konnte nicht Cudnn -Handle erstellen: 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

konnte nicht Cudnn -Handle erstellen: 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

Ähnliche Antworten wie “Konnte nicht Cudnn -Handle erstellen: cudnn_status_internal_error”

Fragen ähnlich wie “Konnte nicht Cudnn -Handle erstellen: cudnn_status_internal_error”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen