1 parent f378696 commit daaab9eCopy full SHA for daaab9e
1 file changed
TensorFlow/LanguageModeling/BERT/run_classifier.py
@@ -618,7 +618,7 @@ def main(_):
618
tf.compat.v1.logging.info("Total Inference Time = %0.2f for Sentences = %d", eval_time_elapsed,
619
eval_hooks[-1].count * FLAGS.eval_batch_size)
620
tf.compat.v1.logging.info("Total Inference Time W/O Overhead = %0.2f for Sentences = %d", eval_time_wo_overhead,
621
- num_sentences))
+ num_sentences)
622
tf.compat.v1.logging.info("Summary Inference Statistics on EVAL set")
623
tf.compat.v1.logging.info("Batch size = %d", FLAGS.eval_batch_size)
624
tf.compat.v1.logging.info("Sequence Length = %d", FLAGS.max_seq_length)
0 commit comments