github에 hexo 블로그에 icarus 테마 입히기.
gihub + hexo 블로그 초기 세팅은 이전글 에서 확인.
에러 메세지 : batch() got an unexpected keyword argument ‘drop_remainder’
에러 원인 : Tensorflow 버전이 업그레이드 되면서 run_classifier.py의 drop_remainder 파라미터가 없어졌다.
해결 방법 : runclassfier.py 파일에서 drop_remainder 코드를 제거해줘야 한다.
에러 메세지 : Loaded runtime CuDNN library: 7101 (compatibility version 7100) but source was compiled with 7003 (c
에러 원인 : tensorflow-gpu가 돌아가는 환경설정이 CUDA Toolkit 버전과 cuDNN 버전이 호환되지가 않아서 발생한 문제이다.
해결 방법 : Toolkit은 9.0 cuDNN은 7.0.5로 호환해주니 해결되었다.
에러 메세지 : RuntimeError: Missing implementation that supports: loader(*(‘/tmp/tfhub_modules/mobilenet_module’,)
해결 방법 : loader 뒤에 뜨는 에러메세지 경로에 들어가서 tf_hub 파일을 지워주고 다시 실행시키니 작동하였다.
이게 갑자기 어느 순간에 에러가 발생하는데… 왜 발생하는지는 모르겠다.
그래도 해결방법이 단순하다.
Update your browser to view this website correctly. Update my browser now