set test_period default value to 0 (#279)

avx_docs
backyes 9 years ago committed by Yu Yang
parent 45dca19a8d
commit 0e1a22d0fc

@ -40,7 +40,7 @@ limitations under the License. */
#include "TrainerConfigHelper.h"
P_DEFINE_string(config, "", "Trainer config file");
P_DEFINE_int32(test_period, 1000,
P_DEFINE_int32(test_period, 0,
"Run test every so many train batches."
" 0 for testing after each pass."
" If not 0, test log_period batches."

Loading…
Cancel
Save