Is there a way to have multiple graphs in one TensorFlow session? I just want to separate my network and create 2 different graphs, cause I need to use one graph for its outputs, and the other for saving as my model....
↧