ryul99 / pytorch-project-template

Deep Learning project template for PyTorch (multi-gpu training is supported)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding docstrings / type notation for functions

ryul99 opened this issue · comments

Names of functions and parameters could be confused when there are no docstrings.
For example, 'hp' with no docs could be confused.
Also, In 'hp' case, I think the naming of hp is bad itself. (#9)