da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.12k stars 363 forks source link

Stop writing of events.out.tf.events file during test phase #109

Closed pranshu19chester closed 4 years ago

pranshu19chester commented 4 years ago

How do I stop the writing of summary to events.out.tf.events file during test phase?

pranshu19chester commented 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