re-enable Tensorflow logging
This commit is contained in:
parent
adc73718f3
commit
00033a7aca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user