chiphuyen/stanford-tensorflow-tutorials

07_convnet_mnist.py writer

yu7856288 opened this issue · 0 comments

how does this work:
use one writer
writer = tf.summary.FileWriter('./graphs/convnet', tf.get_default_graph())
then wirte
both train accuracy and test accuracy

does it need to create two writer
one for train ,another for test?