How to serve retrained Inception model using Tensorflow Serving?

后端 未结 3 836
攒了一身酷
攒了一身酷 2020-12-14 13:11

So I have trained inception model to recognize flowers according to this guide. https://www.tensorflow.org/versions/r0.8/how_tos/image_retraining/index.html

         


        
3条回答
  •  时光说笑
    2020-12-14 13:45

    Check out this gist how to load your .pb output graph in a Session:

    https://github.com/eldor4do/Tensorflow-Examples/blob/master/retraining-example.py

提交回复
热议问题