Skip to content

Instantly share code, notes, and snippets.

@petewarden
Created July 24, 2017 19:50
Show Gist options
  • Save petewarden/64a9974f5145ece9abbe93aed61b9f2c to your computer and use it in GitHub Desktop.
Save petewarden/64a9974f5145ece9abbe93aed61b9f2c to your computer and use it in GitHub Desktop.
mkdir /tmp/model/
curl\
"https://storage.googleapis.com/download.tensorflow.org/ \
models/inception_dec_2015.zip" \
-o /tmp/model/inception_dec_2015.zip
unzip /tmp/model/inception_dec_2015.zip -d /tmp/model/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment