Skip to content

Instantly share code, notes, and snippets.

View tompizmor's full-sized avatar

Tomas Pizarro tompizmor

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tompizmor on github.
  • I am tompizmor (https://keybase.io/tompizmor) on keybase.
  • I have a public key ASB6CWULwTBm1E4qDpxHgF3zBm6iCbqAHb9kTniQOZNhFwo

To claim this, I am signing this object:

@tompizmor
tompizmor / tensorflow_inception_python_client.md
Last active June 29, 2017 13:46
tensorflow_inception_python_client.md

TensorFlow Inception Python Client

Below you will find instructions to run the inception_client without having to compile it with bazel.

1. Clone the following repo

We need the files predict_pb2.py and prediction_service_pb2.py and their dependencies.

$ git clone https://github.com/tobegit3hub/deep_recommend_system
$ cd deep_recommend_system/python_predict_client