Raw File
__init__.py
import tensorflow as tf

tf.logging.set_verbosity('FATAL')
back to top