Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mindhash committed Dec 27, 2018
1 parent 19cc43b commit d6cf4be
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,5 @@ The project is in alpha stage but if you are keen to try out do write us at beek
https://hyperflow.in/docs/introduction

### Example
A typical workflow with hflow will look like:

##### 1. Initiate repo
$ hflow init my_repo <br />
> Repo my_repo initiated
##### 2. upload dataset (optional)
$ cd /home/data <br />
> hflow init my_dataset <br />
> hflow push <br />
##### 3. submit training task
$ cd my_repo <br />
$ hflow run "python my_training_program.py" --data my_dataset <br />
> Flow Id: erwed43i5jin5423423d <br />
##### 4. monitor status
$ hflow status <br />
> Flow Id: erwed43i5jin5423423d <br />
> Status: RUNNING <br />
##### 5. view execution log
$ hflow log <br />

##### 6. download saved model (optional)
$ hflow pull saved_models <br />
> Model files downloaded to ./saved_models
##### 7. download results or output files (optional)
$ hflow pull results <br />
> Results downloaded in ./results <br />
![Alt Text](https://media.giphy.com/media/5tw5CdhuOdYkECBD9m/giphy.gif)

0 comments on commit d6cf4be

Please sign in to comment.