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
'코딩 라이프 > 에러log' 카테고리의 다른 글
ERROR:torch.distributed.elastic.multiprocessing.api:failed 해결법 (0) | 2024.12.10 |
---|---|
window | 윈도우 pycocotools 설치 에러 (1) | 2023.01.11 |
[pytorch]Caught RuntimeError in DataLoader worker process 0. (0) | 2022.08.06 |
[파이토치] Cannot import name ‘PILLOW_VERSION’ from ‘PIL’ 에러 해결 (0) | 2022.07.25 |
[openCV]ImportError: libGL.so.1: cannot open shared object file: No such file or directory (0) | 2022.06.30 |
댓글