Skip to content

Commit

Permalink
update run_classifier.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swethmandava authored May 18, 2020
1 parent f378696 commit daaab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TensorFlow/LanguageModeling/BERT/run_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def main(_):
tf.compat.v1.logging.info("Total Inference Time = %0.2f for Sentences = %d", eval_time_elapsed,
eval_hooks[-1].count * FLAGS.eval_batch_size)
tf.compat.v1.logging.info("Total Inference Time W/O Overhead = %0.2f for Sentences = %d", eval_time_wo_overhead,
num_sentences))
num_sentences)
tf.compat.v1.logging.info("Summary Inference Statistics on EVAL set")
tf.compat.v1.logging.info("Batch size = %d", FLAGS.eval_batch_size)
tf.compat.v1.logging.info("Sequence Length = %d", FLAGS.max_seq_length)
Expand Down

0 comments on commit daaab9e

Please sign in to comment.