Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentonishi/pytorch-template
An opinionated template for my PyTorch repositories.
https://github.com/kentonishi/pytorch-template
machine-learning python pytorch template
Last synced: about 1 month ago
JSON representation
An opinionated template for my PyTorch repositories.
- Host: GitHub
- URL: https://github.com/kentonishi/pytorch-template
- Owner: KentoNishi
- License: mit
- Created: 2022-07-16T06:31:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T19:31:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:59:25.235Z (over 1 year ago)
- Topics: machine-learning, python, pytorch, template
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyTorch Template
An opinionated template for my PyTorch repositories.
## Commands
### Train Model
```
python train.py -c [config_name] -t [tag_name]
```### Run Tensorboard
```
tensorboard --logdir saves
```