Skip to content

Commit f031d2d

Browse files
skaulintelregisss
authored andcommitted
Update README.md (#1595)
1 parent 2fddd34 commit f031d2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/pytorch-image-models/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ python train_hpu_lazy.py \
5555
--device 'hpu' \
5656
--model resnet50.a1_in1k \
5757
--train-split train \
58-
--val-spit train \
58+
--val-split train \
5959
--dataset-download
6060
```
6161

@@ -69,7 +69,7 @@ python train_hpu_graph.py \
6969
--device 'hpu' \
7070
--model resnet50.a1_in1k \
7171
--train-split train \
72-
--val-spit train \
72+
--val-split train \
7373
--dataset-download
7474
```
7575

0 commit comments

Comments
 (0)