Suppress warnings in Colab

PiperOrigin-RevId: 277393252
This commit is contained in:
Steve Chien 2019-10-29 16:49:13 -07:00 committed by A. Unique TensorFlower
parent 853ec20b52
commit 8a80c1a745

View file

@ -133,7 +133,9 @@
"\n",
"import tensorflow as tf\n",
"\n",
"import numpy as np"
"import numpy as np\n",
"\n",
"tf.compat.v1.logging.set_verbosity(tf.logging.ERROR)"
]
},
{