提交 c6a0298e 编写于 作者: W wangyanfei01

create PR to polish test_period meaning

上级 05204af1
......@@ -46,6 +46,18 @@ P_DEFINE_int32(test_period, 0,
" If not 0, test log_period batches."
" If 0, test on all test data");
P_DEFINE_int32(test_batches_while_training, 0,
"Run test every so many train batches."
" 0 for testing after each pass."
" If not 0, test log_period batches."
" If 0, test on all test data");
P_DEFINE_int32(test_batches_while_end, 0,
"Run test every so many train batches."
" 0 for testing after each pass."
" If not 0, test log_period batches."
" If 0, test on all test data");
P_DEFINE_bool(local, true, "Train in local mode or not");
P_DEFINE_bool(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册