hexo 블로그 테마 적용

  • github에 hexo 블로그에 icarus 테마 입히기.

  • gihub + hexo 블로그 초기 세팅은 이전글 에서 확인.

github hexo 블로그 만들기

  • github에 hexo 블로그 초기 설정.

  • 가장 초기 단계 블로그 설정으로써 github에 hexo 기본 블로그를 설정한다.

Nginx + Flask + Uwsgi 초기 세팅

  • Nginx + Flask + Uwsgi 초기 세팅 기록.

EC2 Instance 웹서버 설치 후 구동하기

  • EC2 Webserver 설치 후 구동 기록.

EC2 Instance 생성 후 putty 접속

  • EC2에 putty로 접속하는 방법 기록.

ImportError dll load failed 지정된 모듈을 찾을 수 없습니다

  • Error Message : ImportError: dll load failed: 지정된 모듈을 찾을 수 없습니다

tensorflow version error

  • 에러 메세지 : batch() got an unexpected keyword argument ‘drop_remainder’

  • 에러 원인 : Tensorflow 버전이 업그레이드 되면서 run_classifier.py의 drop_remainder 파라미터가 없어졌다.

  • 해결 방법 : runclassfier.py 파일에서 drop_remainder 코드를 제거해줘야 한다.

Loaded runtime CuDNN library 7101

  • 에러 메세지 : 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로 호환해주니 해결되었다.

pandas No module named 'pandas.core.internals.managers'

  • Error Message : ModuleNotFoundError: No module named ‘pandas.core.internals.managers’; ‘pandas.core.internals’ is no

Tensorflow RuntimeError Missing implementation that supports loader

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×