Skip to content

Commit

Permalink
Update model zoo links following zoo refactor (#17) (#18)
Browse files Browse the repository at this point in the history
Update to match onnx model zoo changes onnx/models#636

Signed-off-by: Charles Volzka <[email protected]>
  • Loading branch information
cjvolzka authored Dec 12, 2023
1 parent 07434a6 commit 04654da
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ adding the `--help` option to the command line.
If you are using the default mnist example model from the ONNX Model Zoo,
you can download it using:
```
wget --directory-prefix $ZDLC_MODEL_DIR https://github.com/onnx/models/raw/main/vision/classification/mnist/model/$ZDLC_MODEL_NAME.onnx
wget --directory-prefix $ZDLC_MODEL_DIR https://github.com/onnx/models/raw/main/archive/vision/classification/mnist/model/$ZDLC_MODEL_NAME.onnx
```
<br>

Expand Down
Loading

0 comments on commit 04654da

Please sign in to comment.