anencore94 / deep-learning-practice

Tensorflow 2.0 프레임워크 사용한 딥러닝 모델 구현 연습

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep-learning-practice

Tensorflow 2.0 프레임워크 사용한 딥러닝 모델 구현 연습

개발 컨벤션 체크

  • tensorflow code style 참조
  • Google python style 참조
  • 모든 .py 코드에 대해 다음 실행
    • 기본 pylintrc wget 한 파일에서 indent-after-paren=2 만 4 -> 2 로 변경 후 사용(indent 4 대신 2 space 가 tensorflow convention)
    pylint --rcfile=/tmp/pylintrc /home/kjy/git/deep-learning-practice/*/*.py
    

About

Tensorflow 2.0 프레임워크 사용한 딥러닝 모델 구현 연습

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%