https://github.com/cmsflash/beauty-net
A simple, flexible, and extensible template for PyTorch. It's beautiful.
https://github.com/cmsflash/beauty-net
cnn computer-vision deep-learning image-classification pytorch pytorch-template
Last synced: 24 days ago
JSON representation
A simple, flexible, and extensible template for PyTorch. It's beautiful.
- Host: GitHub
- URL: https://github.com/cmsflash/beauty-net
- Owner: cmsflash
- License: mit
- Created: 2018-06-28T06:33:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T10:46:26.000Z (over 2 years ago)
- Last Synced: 2026-02-14T21:44:22.463Z (27 days ago)
- Topics: cnn, computer-vision, deep-learning, image-classification, pytorch, pytorch-template
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 191
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-projects-boilerplates - BeautyNet
README
# BeautyNet
BeautyNet is a simple, flexible, and extensible template for PyTorch. It is designed with object-orientation and written in high-quality code. It's beautiful.
To run it:
``` sh
python3 setup.py clean
python3 setup.py install
./run.sh train
```