Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Updated TF logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
rish-16 committed Aug 8, 2019
1 parent ce6ac5b commit bd5c485
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added gpt2_client/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion gpt2_client/gpt2_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def cond(*args):
return tokens

os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
tf.logging.set_verbosity(tf.logging.ERROR)
tf.logging.set_verbosity(tf.compat.v1.logging.ERROR)

def default_hparams():
return HParams(
Expand Down

0 comments on commit bd5c485

Please sign in to comment.