chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

07_convnet_mnist.py writer #141

Open yu7856288 opened 5 years ago

yu7856288 commented 5 years ago

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?