tensorboard logging

This commit is contained in:
Mike C
2018-01-22 07:41:36 +08:00
parent ec82fcbc47
commit b73f35c727
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@ class AsyncAgent:
self.config.steps_lock = mp.Lock()
self.config.network_lock = mp.Lock()
self.config.total_steps = mp.Value('i', 0)
self.config.total_epochs = mp.Value('i', 0)
self.config.stop_signal = mp.Value('i', False)
def run(self):