Skip to content

Instantly share code, notes, and snippets.

@petewarden
Created July 24, 2017 18:56
Show Gist options
  • Save petewarden/8431b39cd31bfc199f2de2b1b3b29a3a to your computer and use it in GitHub Desktop.
Save petewarden/8431b39cd31bfc199f2de2b1b3b29a3a to your computer and use it in GitHub Desktop.
mkdir -p ~/graphs
curl -o ~/graphs/inception5h.zip \
https://storage.googleapis.com/download.tensorflow.org/ \
models/inception5h.zip
unzip ~/graphs/inception5h.zip -d ~/graphs/inception5h
cp ~/graphs/inception5h/* \
tensorflow/examples/ios/benchmark/data/
cp ~/graphs/inception5h/* \
tensorflow/examples/ios/camera/data/
cp ~/graphs/inception5h/* \
tensorflow/examples/ios/simple/data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment