Replies: 1 comment
-
This seems relevant; the tensorflow import was needed as a hack to prevent a protobuf-related error on Google Colab and is in general not required in environments other than Colab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I suppress Tensorflow logs?
I tried:
tf.get_logger().setLevel(logging.ERROR)
But still getting the logs:
Beta Was this translation helpful? Give feedback.
All reactions