Suppress warnings in Colab
PiperOrigin-RevId: 277393252
This commit is contained in:
parent
853ec20b52
commit
8a80c1a745
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,9 @@
|
||||||
"\n",
|
"\n",
|
||||||
"import tensorflow as tf\n",
|
"import tensorflow as tf\n",
|
||||||
"\n",
|
"\n",
|
||||||
"import numpy as np"
|
"import numpy as np\n",
|
||||||
|
"\n",
|
||||||
|
"tf.compat.v1.logging.set_verbosity(tf.logging.ERROR)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue