I\'m trying to restore TensorFlow model. I followed this example: http://nasdag.github.io/blog/2016/01/19/classifying-bees-with-google-tensorflow/
At the end of the
This issue should be caused by the name scope variants when double creating the same network.
put the command:
tf.reset_default_graph()
before creating the network