jason4zhu

Results 2 comments of jason4zhu

Solved. add `tf.reset_default_graph()` before building the net and model. Reference: [http://stackoverflow.com/questions/33765336/remove-nodes-from-graph-or-reset-entire-default-graph](http://stackoverflow.com/questions/33765336/remove-nodes-from-graph-or-reset-entire-default-graph) [https://github.com/tflearn/tflearn/blob/master/examples/basics/weights_loading_scope.py](https://github.com/tflearn/tflearn/blob/master/examples/basics/weights_loading_scope.py)

Hi, just wanna catch up, does this issue fixed in the latest version 0.13.3? Thanks!