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