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
2. zlib 다운받기
혹시 다운이 안되는 경우, 새시크릿창으로 열어서 다운받아보세요
3. 설치한 쿠다 경로 찾아가서 bin폴더에 zlibwapi.lib 집어넣기 '
예)C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin
댓글