Closed pranshu19chester closed 4 years ago
How do I stop the writing of summary to events.out.tf.events file during test phase?
just comment _writer = tf.summary.FileWriter(self.model_dir, self.sess.graph)_ in model.py
How do I stop the writing of summary to events.out.tf.events file during test phase?