mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Get rid of abseil warnings
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
import os
|
||||
|
||||
import tensorflow as tf
|
||||
|
||||
# Suppress logging warnings
|
||||
# https://stackoverflow.com/a/78803598
|
||||
os.environ["GRPC_VERBOSITY"] = "ERROR"
|
||||
os.environ["GLOG_minloglevel"] = "2"
|
||||
|
||||
print(tf.constant("Hello, TensorFlow"))
|
||||
print(tf.reduce_sum(tf.random.normal([1000, 1000])))
|
||||
|
Reference in New Issue
Block a user