An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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
```