Skip to content

Commit

Permalink
fix example code for image classifier - resnet18 model (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 authored Sep 6, 2023
1 parent 499d33d commit 7253668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/image_classifier/resnet_18/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Sample commands to create a resnet-18 eager mode model archive, register it on TorchServe and run image prediction

Run the commands given in following steps from the parent directory of the root of the repository. For example, if you cloned the repository into /home/my_path/serve, run the steps from /home/my_path
Run the commands given in following steps from the parent directory of the root of the repository. For example, if you cloned the repository into /home/my_path/serve, run the steps from /home/my_path/serve

```bash
wget https://download.pytorch.org/models/resnet18-f37072fd.pth
Expand Down

0 comments on commit 7253668

Please sign in to comment.