I have trained a tensorflow inception v3 model following the below steps, can anyone suggest how to convert it to a graph for ncsdk? 1. retrain the inception model. ref: https://github.com/googlecodelabs/tensorflow-for-poets-2 python scripts/retrain.py --output_graph=tf_files/retrained...
Tensorflow version 1.0 Python 2.7 My dataset has got two classes. For transfer learning i tried two inceptionV3 models. inception_v3_2016_08_28.tar.gz classify_image_graph_def.pb - comes along with tensorflow image_retraining code. But t...
I have trained a tensorflow inception v3 model following the below steps, can anyone suggest how to convert it to a graph for ncsdk? 1. retrain the inception model. ref: https://github.com/googlecodelabs/tensorflow-for-poets-2 python scripts/retrain.py --output_graph...