re-enable Tensorflow logging

This commit is contained in:
Christoffer Müller Madsen 2018-03-06 12:04:56 +01:00
parent adc73718f3
commit 00033a7aca

View File

@ -17,7 +17,7 @@ class Config():
class Network: class Network:
# TODO: Actually compile tensorflow properly # 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): def __init__(self, session):
self.session = session self.session = session