Skip to content

Commit

Permalink
Typo in train script instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed Apr 19, 2024
1 parent 6be426f commit 6da33e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ To train the model you will need:
```shell
# You can set the backend to either TensorFlow, JAX or PyTorch
# (just make sure it is installed)
!KERAS_BACKEND=tensorflow fast_plate_ocr train \
KERAS_BACKEND=tensorflow fast_plate_ocr train \
--annotations path_to_the_train.csv \
--val-annotations path_to_the_val.csv \
--batch-size 128 \
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To train the model you will need:
```shell
# You can set the backend to either TensorFlow, JAX or PyTorch
# (just make sure it is installed)
!KERAS_BACKEND=tensorflow fast_plate_ocr train \
KERAS_BACKEND=tensorflow fast_plate_ocr train \
--annotations path_to_the_train.csv \
--val-annotations path_to_the_val.csv \
--batch-size 128 \
Expand Down

0 comments on commit 6da33e6

Please sign in to comment.