Skip to content

Commit

Permalink
Minor fix on sentence_classifier example (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpengzhi committed Dec 3, 2019
1 parent 3484a18 commit 41c17fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sentence_classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The example shows:
Use the following command to download and prepare the SST binary data:

```
python sst_data_preprocessor.py [--data-path ./data]
python sst_data_preprocessor.py --data-path ./data
```

Here
Expand Down

0 comments on commit 41c17fe

Please sign in to comment.