提交 b62c80f1 编写于 作者: W wangyanfei01

qfg

上级 453e6ba5
......@@ -110,7 +110,7 @@
- type: int32 (default: -1).
* `--test_period_while_training`
- Run test every test_period_while_training batches while doing training. If not 0, test log_period batches, if 0, test nothing.
- Run test every test_period_while_training batches while doing training. If not 0, test test_batches_while_training batches, if 0, test nothing.
- type: int32 (default: 0).
* `--test_wait`
......
......@@ -45,8 +45,8 @@ P_DEFINE_int32(test_period, 0,
"This option was deprecated, use test_period_while_training "
" instead. ");
P_DEFINE_int32(test_period_while_training, 0,
"Run test every so many train batches."
" If not 0, test log_period batches."
"Run test every test_period_while_training batches."
" If not 0, test test_batches_while_training batches."
" If 0, test nothing.");
P_DEFINE_int32(test_batches_while_training, 1000,
"test test_batches_while_training batches if "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册