lene / nn-wtf

Neural Networks Wrapper for TensorFlow
Apache License 2.0
0 stars 0 forks source link

correctly handle which graph is worked on #18

Open lene opened 8 years ago

lene commented 8 years ago

currently a NeuralNetworkGraph must be created in the context of with tf.Graph().as_default():

the TensorFlow graph should be a member of the NeuralNetworkGraph instead. then it can also be passed to the SummaryWriter in the SummaryWriterMixin, which currently shows a deprecation warning.