Tensorflow 深度学习资料记录
1、tensorflow serving 官方例子
https://github.com/tensorflow/serving/blob/master/tensorflow_serving/example/mnist_saved_model.py
2、TENSORFLOW SERVING 之MINIST_SAVED_MODEL.PY解读
https://www.cnblogs.com/YouXiangLiThon/p/7435825.html
3、TensorFlow saved_model 模块
https://blog.csdn.net/thriving_fcl/article/details/75213361