avx_docs
wangyanfei01 9 years ago
parent 453e6ba598
commit b62c80f156

@ -110,7 +110,7 @@
- type: int32 (default: -1). - type: int32 (default: -1).
* `--test_period_while_training` * `--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). - type: int32 (default: 0).
* `--test_wait` * `--test_wait`

@ -45,8 +45,8 @@ P_DEFINE_int32(test_period, 0,
"This option was deprecated, use test_period_while_training " "This option was deprecated, use test_period_while_training "
" instead. "); " instead. ");
P_DEFINE_int32(test_period_while_training, 0, P_DEFINE_int32(test_period_while_training, 0,
"Run test every so many train batches." "Run test every test_period_while_training batches."
" If not 0, test log_period batches." " If not 0, test test_batches_while_training batches."
" If 0, test nothing."); " If 0, test nothing.");
P_DEFINE_int32(test_batches_while_training, 1000, P_DEFINE_int32(test_batches_while_training, 1000,
"test test_batches_while_training batches if " "test test_batches_while_training batches if "

Loading…
Cancel
Save