Skip to content

zren0825/tensorflow

 
 

Repository files navigation

Tensorflow latest version was built and uploaded

The build process will take approximately 2 hours to complete.

To run the example, first download the model pb file:

$ curl -L "https://storage.googleapis.com/download.tensorflow.org/models/inception_v3_2016_08_28_frozen.pb.tar.gz" |
  tar -C tensorflow/examples/label_image/data -xz

Feel free to test it on your own platform on its C++ label_image example by running:

$ bazel-bin/tensorflow/examples/label_image/label_image

For running with valgrind:

$ valgrind --leak-check=full bazel-bin/tensorflow/examples/label_image/label_image

Expected results:

definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks

Let me know if you encounter any issue.

About

Computation using data flow graphs for scalable machine learning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 47.7%
  • Python 42.1%
  • Jupyter Notebook 3.5%
  • Go 1.6%
  • TypeScript 1.5%
  • HTML 1.1%
  • Other 2.5%