Skip to content

Commit

Permalink
Update fetch_models.sh
Browse files Browse the repository at this point in the history
Fix onnx model download link.
  • Loading branch information
vd-nv authored Sep 18, 2024
1 parent 68d4c01 commit 529b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/fetch_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ mv /tmp/inception_v3_2016_08_28_frozen.pb model_repository/inception_graphdef/1/
# ONNX densenet
mkdir -p model_repository/densenet_onnx/1
wget -O model_repository/densenet_onnx/1/model.onnx \
https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx
https://github.com/onnx/models/raw/main/validated/vision/classification/densenet-121/model/densenet-7.onnx

0 comments on commit 529b333

Please sign in to comment.