From 00033a7aca11f4e1de050c8f778d038b5d990f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Tue, 6 Mar 2018 12:04:56 +0100 Subject: [PATCH] re-enable Tensorflow logging --- network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.py b/network.py index 1ce3704..35992af 100644 --- a/network.py +++ b/network.py @@ -17,7 +17,7 @@ class Config(): class Network: # TODO: Actually compile tensorflow properly - os.environ["TF_CPP_MIN_LOG_LEVEL"]="2" + #os.environ["TF_CPP_MIN_LOG_LEVEL"]="2" def __init__(self, session): self.session = session