https://github.com/dsys/cli
:computer: Pavlov CLI
https://github.com/dsys/cli
Last synced: 8 days ago
JSON representation
:computer: Pavlov CLI
- Host: GitHub
- URL: https://github.com/dsys/cli
- Owner: dsys
- Created: 2016-04-25T19:13:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T01:14:35.000Z (about 10 years ago)
- Last Synced: 2025-03-14T05:01:56.301Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pavlov-cli `v0.0.1`
The Pavlov CLI is a command line tool to train and automatically containerize models given a model specification, training hyperparameters, and a dataset. Currently only supports Caffe.
```
pavlov lenet --lr 0.001 --tag=mnist
```
## Installation
Simply run
`python setup.py install`
Now pavlov is in your path and can be run from anywhere.
## Examples
to run the MNIST example, go to the project root and run
` ./examples/mnist/setup_mnist.sh `
then run
`pavlov lenet`
the model will train and save snapshots / intermediate model weights files to the `data/mnist` directory
## Contributors
- [@zan2434](http://github.com/zan2434)