Skip to content

Commit

Permalink
Point train command at crnn.cfg not arch.cfg
Browse files Browse the repository at this point in the history
Fixing issue ksanjeevan#3
  • Loading branch information
mathematiguy authored Dec 16, 2019
1 parent 41884b9 commit e877943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Run inference on an audio file:

#### Training
```bash
./run.py train -c config.json --cfg arch.cfg
./run.py train -c config.json --cfg crnn.cfg
```

##### Augmentation
Expand Down

0 comments on commit e877943

Please sign in to comment.