Update sidecar_evaluator to use tf.logging instead of absl logging.
PiperOrigin-RevId: 341889117 Change-Id: Ibc28eda3b95712c91cceaca2dc17dc48b8b8e5a2
This commit is contained in:
parent
39aa67d16e
commit
f473a447dd
@ -924,7 +924,6 @@ py_library(
|
||||
"//tensorflow/python:util",
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow/python/training/tracking:util",
|
||||
"@absl_py//absl/logging",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -19,12 +19,12 @@ from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from absl import logging
|
||||
# pylint: disable=g-direct-tensorflow-import
|
||||
from tensorflow.python.framework import dtypes
|
||||
from tensorflow.python.framework import errors_impl
|
||||
from tensorflow.python.ops import summary_ops_v2
|
||||
from tensorflow.python.ops import variables
|
||||
from tensorflow.python.platform import tf_logging as logging
|
||||
from tensorflow.python.training import checkpoint_utils
|
||||
from tensorflow.python.training.tracking import util as tracking_util
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user