pip install cookiecutter
cookiecutter https://github.com/ml-illustrated/cookiecutter-pytorch-basic
# fill in your project info
cd <name_of_your_project>
# add your model definition into <name_of_your_project>/model.py, etc.
# ...
# build your python package
python setup.py bdist_wheel
ml-illustrated/cookiecutter-pytorch-basic
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|