Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added a note about the artifacts expected in the cwd...
  • Loading branch information
aaronmarkham authored Dec 1, 2017
1 parent 97a4e92 commit 1de80b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ In this next step we'll run `mxnet-model-export` and tell it our model's prefix
mxnet-model-export --model-name squeezenet_v1.1 --model-path .
```

This will output `squeezenet_v1.1.model` in the current working directory. This file is all you need to run MMS, serving inference requests for a simple image recognition API. Go back to the Serve a Model tutorial above and try to run this model that you just exported!
This will output `squeezenet_v1.1.model` in the current working directory, and it assumes all of the model artifacts are also in the current working directory. Otherwise, instead of `.` you would use a path to the artifacts. This file is all you need to run MMS, serving inference requests for a simple image recognition API. Go back to the Serve a Model tutorial above and try to run this model that you just exported!

To learn more about exporting, check out [MMS export documentation](docs/export.md)

Expand Down

0 comments on commit 1de80b5

Please sign in to comment.