There was an error while loading. Please reload this page.
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
PEP8 : https://www.google.co.kr/search?q=PEP8&oq=PEP&aqs=chrome.0.69i59j69i57j69i60l2j69i61j0.905j0j9&sourceid=chrome&ie=UTF-8
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
Home
회의록
Coding Convention 조사