Skip to content

Instantly share code, notes, and snippets.

@dotcs
Last active June 24, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotcs/46b9ca5182777751617949c9ca0de08b to your computer and use it in GitHub Desktop.
Save dotcs/46b9ca5182777751617949c9ca0de08b to your computer and use it in GitHub Desktop.
mkdir -p tensorflow-serving/{frozen,models}
cd tensorflow-serving
curl -L "https://storage.googleapis.com/download.tensorflow.org/models/inception_v3_2016_08_28_frozen.pb.tar.gz" |
tar -C frozen -xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment