AnasAr96

Results 1 comments of AnasAr96

try to use this after the imports ``` import tensorflow as tf os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' # Suppress TensorFlow logging (1) tf.get_logger().setLevel('ERROR') # Suppress TensorFlow logging (2) ```