Commit fe30e189 authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Remove debug eval index print statement.

PiperOrigin-RevId: 327824781
parent 84902983
...@@ -958,8 +958,6 @@ def eval_continuously( ...@@ -958,8 +958,6 @@ def eval_continuously(
if eval_index is not None: if eval_index is not None:
eval_inputs = [eval_inputs[eval_index]] eval_inputs = [eval_inputs[eval_index]]
tf.logging.info('eval_index selected - {}'.format(
eval_inputs))
global_step = tf.compat.v2.Variable( global_step = tf.compat.v2.Variable(
0, trainable=False, dtype=tf.compat.v2.dtypes.int64) 0, trainable=False, dtype=tf.compat.v2.dtypes.int64)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment