Skip to content

Commit daaab9e

Browse files
authored
update run_classifier.py typo
1 parent f378696 commit daaab9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TensorFlow/LanguageModeling/BERT/run_classifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def main(_):
618618
tf.compat.v1.logging.info("Total Inference Time = %0.2f for Sentences = %d", eval_time_elapsed,
619619
eval_hooks[-1].count * FLAGS.eval_batch_size)
620620
tf.compat.v1.logging.info("Total Inference Time W/O Overhead = %0.2f for Sentences = %d", eval_time_wo_overhead,
621-
num_sentences))
621+
num_sentences)
622622
tf.compat.v1.logging.info("Summary Inference Statistics on EVAL set")
623623
tf.compat.v1.logging.info("Batch size = %d", FLAGS.eval_batch_size)
624624
tf.compat.v1.logging.info("Sequence Length = %d", FLAGS.max_seq_length)

0 commit comments

Comments
 (0)