Skip to content

Commit

Permalink
Change info log to vlog.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678902563
  • Loading branch information
lingvo-bot authored and copybara-github committed Sep 26, 2024
1 parent 6066e1f commit dc1517f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lingvo/core/py_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3774,8 +3774,9 @@ def AddVN(p, x, per_step=False, channel_reverse=False):
return x
else:
if not p.vn.global_vn:
tf.logging.info('p.vn.global_vn is not set. Not adding global vn to ' +
tensor_name)
tf.logging.vlog(
1, 'p.vn.global_vn is not set. Not adding global vn to ' + tensor_name
)
return x

tf.logging.info(
Expand Down

0 comments on commit dc1517f

Please sign in to comment.