Skip to content

Commit

Permalink
fix can wget deploy_googlenet_places365.prototxt (intel-analytics#1944)
Browse files Browse the repository at this point in the history
* Revert "Create deploy_googlenet_places365.prototxt"

This reverts commit ceaa3f9346faa66e3c4355590d91c4eff5d78e2c.

* fix piip python test issue
  • Loading branch information
glorysdj committed Jan 19, 2020
1 parent dd3404c commit c4cab87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/run-app-tests-pip.sh
Expand Up @@ -143,7 +143,7 @@ then
else
echo "Downloading places365 deploy model"

wget https://raw.githubusercontent.com/CSAILVision/places365/master/deploy_googlenet_places365.prototxt -P ${ANALYTICS_ZOO_HOME}/apps/image-similarity/googlenet_places365
wget https://analytics-zoo-data.s3.amazonaws.com/deploy_googlenet_places365.prototxt -P ${ANALYTICS_ZOO_HOME}/apps/image-similarity/googlenet_places365

echo "Finished downloading model"
fi
Expand Down
2 changes: 1 addition & 1 deletion apps/run-app-tests.sh
Expand Up @@ -215,7 +215,7 @@ then
else
echo "Downloading places365 deploy model"

wget https://raw.githubusercontent.com/CSAILVision/places365/master/deploy_googlenet_places365.prototxt -P ${ANALYTICS_ZOO_HOME}/apps/image-similarity/googlenet_places365
wget https://analytics-zoo-data.s3.amazonaws.com/deploy_googlenet_places365.prototxt -P ${ANALYTICS_ZOO_HOME}/apps/image-similarity/googlenet_places365

echo "Finished downloading model"
fi
Expand Down

0 comments on commit c4cab87

Please sign in to comment.