Restoring TensorFlow model

前端 未结 5 1248
再見小時候
再見小時候 2020-12-08 05:30

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

5条回答
  •  抹茶落季
    2020-12-08 05:51

    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

提交回复
热议问题