https://github.com/tchaton/pytorch_template
Minimal Pytorch Template Project
https://github.com/tchaton/pytorch_template
Last synced: over 1 year ago
JSON representation
Minimal Pytorch Template Project
- Host: GitHub
- URL: https://github.com/tchaton/pytorch_template
- Owner: tchaton
- License: other
- Created: 2019-01-11T15:35:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T15:48:30.000Z (over 7 years ago)
- Last Synced: 2025-01-21T03:24:48.487Z (over 1 year ago)
- Language: Python
- Size: 7.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal Pytorch Project Template
- Replace project_name folders by your project_name
- Replace in setup.py the section packages=['project_name'] with your project name
# Run the following cmd
'
pip install .
'
# You can start to develop your project