forked from ssaru/You_Only_Look_Once
-
Notifications
You must be signed in to change notification settings - Fork 7
coding convention 조사
Martin Hwang edited this page Oct 2, 2018
·
5 revisions
-
pytorch 코드 레이아웃과 관련된 설명 :
https://cs230-stanford.github.io/pytorch-getting-started.html#code-layout -
Example Google Style Python Docstrings(pytorch가 따름) :
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html -
pytorch contributing.md :
https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md -
codingstyle 강제 (git 훅을 이용한 commit전 lint check) :
https://pypi.org/project/pep8/
https://git-scm.com/book/ko/v1/Git%EB%A7%9E%EC%B6%A4-Git-%ED%9B%85
http://meonggae.blogspot.com/2017/03/git-pylint-pep8.html
http://seohyeondeok.blogspot.com/2018/02/tensorflow-1.html
https://github.com/sebdah/git-pylint-commit-hook