본문 바로가기
코딩 라이프/에러log

텐서플로우 | Could not load library cudnn_cnn_infer64_8.dll. Error code 1455

by min0114 2022. 12. 7.

Instructions for updating:
`tf.batch_gather` is deprecated, please use `tf.gather` with `batch_dims=-1` instead.
W1207 15:48:11.376248 19644 deprecation.py:333] From C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\tensorflow\python\util\dispatch.py:201: batch_gather (from tensorflow.python.ops.array_ops) is deprecated and will be removed after 2017-10-25.
Instructions for updating:
`tf.batch_gather` is deprecated, please use `tf.gather` with `batch_dims=-1` instead.
Could not load library cudnn_cnn_infer64_8.dll. Error code 1455
Please make sure cudnn_cnn_infer64_8.dll is in your library path!
계속하려면 아무 키나 누르십시오 . . .

 

 

 

 

해결방법 

1. 아래와 같은 사이트에 접속한다. 

https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#install-zlib-windows

 

Installation Guide :: NVIDIA Deep Learning cuDNN Documentation

About this task export QNX_HOST={flash_dir}/toolchains/qnx_toolchain/host/linux/x86_64 export QNX_TARGET={flash_dir}/toolchains/qnx_toolchain/target/qnx7 export HOST_COMPILER=$QNX_HOST/usr/bin/aarch64-unknown-nto-qnx7.1.0-g++ export CUDNN_LIB_PATH=/usr/lib

docs.nvidia.com

 

 

2. zlib 다운받기 

 

혹시 다운이 안되는 경우, 새시크릿창으로 열어서 다운받아보세요 

 

3. 설치한 쿠다 경로 찾아가서 bin폴더에 zlibwapi.lib 집어넣기 '

 

예)C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin 

 

반응형

댓글