728x90 반응형 분류 전체보기458 텐서플로우 버전 확인 (cmd 창에서) pip show tensorflow 2022. 3. 23. tensorflow.python.framework.errors_impl.UnknownError: Exception encountered when calling layer "conv2d" (type Conv2D). 오류코드 1. tensorflow.python.framework.errors_impl.UnknownError: Exception encountered when calling layer"conv2d" (type Conv2D). 2 . 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. [Op:Conv2D] 해결 방법 2. 이 오류는 확실히 Cuda/cudnn의 버전 불일치로 인해 발생합니다. 이 오류가 발생했을 때 이 링크 https://www.tensorflow.org/instal.. 2022. 3. 23. IndexErrorIndexError: tuple index out of range 에러코드 IndexError IndexError: tuple index out of range 해결 방법 2022. 3. 23. mvnw 실행 ■ mvnw, mvnw.cmd - mvnw : Maven을 설치하지 않아도 Maven을 실행시킬 수 있도록 해주는 유닉스 셸 스크립트 - mvnw.cmd : 위 스크립트의 배치 버전 - mvnw = maven wrapper의 약자 실행 명령어 : 터미널 열기- 해당 파일 이동(터미널에서 : cd.해당파일 ) - .\mvnw spring-boot:run 참고: https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=ksw6169&logNo=221501516240 2022. 3. 23. 728x90 반응형