tf logs disabled

This commit is contained in:
serengil 2020-12-13 20:18:00 +03:00
parent 767b2028b5
commit cdf86701e3

View File

@ -11,10 +11,8 @@ import json
import time
import tensorflow as tf
#-----------------------------------------
tf_version = int(tf.__version__.split(".")[0])
import logging
tf.get_logger().setLevel(logging.ERROR)
#-----------------------------------------