create PR to polish test_period meaning

avx_docs
wangyanfei01 8 years ago
parent 05204af1f2
commit c6a0298e2a

@ -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(

Loading…
Cancel
Save