Hello,
I am trying to run the code but I am facing some errors. I hope that you would help me with the solution.
I have successful done with Inceptionv3 model but while running the Extracting_features_mobile.py there was error which is as follows
Pool_0:3 does not exist in the graph and
while running the import_pb_to_tensorboard.py there were also an error which is
raise IOError("SavedModel file does not exist at: %s" % saved_model_dir)
OSError: SavedModel file does not exist at: E:\tmp\output_graph.pb
Please help me in solving these two
Thanks in advance