Skip to content

Commit

Permalink
Update README.md (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaulintel authored and regisss committed Dec 12, 2024
1 parent 2fddd34 commit f031d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pytorch-image-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ python train_hpu_lazy.py \
--device 'hpu' \
--model resnet50.a1_in1k \
--train-split train \
--val-spit train \
--val-split train \
--dataset-download
```

Expand All @@ -69,7 +69,7 @@ python train_hpu_graph.py \
--device 'hpu' \
--model resnet50.a1_in1k \
--train-split train \
--val-spit train \
--val-split train \
--dataset-download
```

Expand Down

0 comments on commit f031d2d

Please sign in to comment.