提交 9f8e0646 编写于 作者: R Reed Wanderman-Milne 提交者: A. Unique TensorFlower

Do not show the percent symbol for accuracy, as the value is between 0 and 1, not 0 and 100

PiperOrigin-RevId: 274090348
上级 1f9efe10
......@@ -336,7 +336,7 @@ def run(flags_obj):
steps_in_current_epoch+epoch*per_epoch_steps)
steps_in_current_epoch += steps
logging.info('Training loss: %s, accuracy: %s%% at epoch %d',
logging.info('Training loss: %s, accuracy: %s at epoch %d',
train_loss.result().numpy(),
training_accuracy.result().numpy(),
epoch + 1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册