Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Suarez-Tangil authored and Guillermo Suarez-Tangil committed Mar 14, 2019
1 parent 401cb50 commit 31d01de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions captions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,17 @@

### Training

```
Usage: classifier.py [options]
Options:
-h, --help show this help message and exit
-i INPUT, --input=INPUT
path : path to folder containing input files
-d, --debug debug
-s, --given_split Uses holdout validation with a given split
```

Example

`python classifier.py -i inputSamples --given_split`

0 comments on commit 31d01de

Please sign in to comment.