-
[Error] UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[node model/stem_conv/Conv2D (defined at \AppData\Local\Temp/ipykernel..Setting & Error 2021. 9. 3. 15:44반응형
jupyter notebook에서 코드를 돌리다가 다음과 같은 에러가 발생
UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
[[node model/stem_conv/Conv2D (defined at \AppData\Local\Temp/ipykernel_3968/2063824942.py:160) ]] [Op:__inference_train_function_20024]
Function call stack:
train_function자료 화면은 다음과 같음
해결 방법
아나콘다 프롬트를 보자
Loaded runtime CuDNN library: 8.0.4 but source was compiled with: 8.1.0. CuDNN library needs to have matching major version and equal or higher minor version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
빨간색 글씨 부분을 자세히 보자. CuDNN을 8.1.0으로 다시 깔았다.
해결!
반응형'Setting & Error' 카테고리의 다른 글