TensorFlow:如何将我的再培训类别与TensorFlow';s imagenet类别

TensorFlow:如何将我的再培训类别与TensorFlow';s imagenet类别,tensorflow,Tensorflow,在我重新培训新类别后,根据: 使用如下命令: 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=$

在我重新培训新类别后,根据:

使用如下命令:

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的imagenet分类中识别图像

谢谢