したがって、このガイドに従って花を認識するように開始モデルをトレーニングしました。https://www.tensorflow.org/versions/r0.8/how_tos/image_retraining/index.html
bazel build tensorflow/examples/image_retraining:retrain
bazel-bin/tensorflow/examples/image_retraining/retrain --image_dir ~/flower_photos
コマンドラインで画像を分類するには、次のようにします。
bazel build tensorflow/examples/label_image:label_image && \
bazel-bin/tensorflow/examples/label_image/label_image \
--graph=/tmp/output_graph.pb --labels=/tmp/output_labels.txt \
--output_layer=final_result \
--image=$HOME/flower_photos/daisy/21652746_cc379e0eea_m.jpg
しかし、Tensorflow サービスを介してこのグラフを提供するにはどうすればよいでしょうか?
Tensorflow サービングのセットアップに関するガイド ( https://tensorflow.github.io/serving/serving_basic ) には、グラフ (output_graph.pb) を組み込む方法が記載されていません。サーバーは、異なる形式のファイルを想定しています。
$>ls /tmp/mnist_model/00000001
checkpoint export-00000-of-00001 export.meta