It looks like a retrain.pyscript and tutorial has been updated to work with mobilenet .
So, to solve the first part of your problem, this is not actually inception5h, but it works well on mobile devices with much greater accuracy than inception5h.
In order to actually make it work in the android example, you still need to update these settings .
, , , script, .
, retrain.py, , , , TensorBoard.
, 5h, :
curl -O https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip
unzip -d inception5h inception5h.zip
script, Tensorflow Poets: 2 codelab repo, .pb , :
curl -O https://raw.githubusercontent.com/googlecodelabs/tensorflow-for-poets-2/master/scripts/graph_pb2tb.py
.pb:
mkdir tb_graph
python graph_pb2tb.py tb/inception5h inception5h/tensorflow_inception_graph.pb
:
tensorboard --logdir tb_graph
, , model_info dict.
, node, bottleneck_tensor:
