Skip to content

Commit

Permalink
reduce the training samples for infer model
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor-tang committed Dec 21, 2017
1 parent 5c7fada commit 81e15bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/paddle/image/run_mkl_infer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function infer() {
--trainer_count=1 \
--num_passes=1 \
--save_dir="models/${topology}-${layer_num}" \
--config_args="batch_size=128,layer_num=${layer_num}" \
--config_args="batch_size=128,layer_num=${layer_num},num_samples=256" \
> /dev/null 2>&1
echo "Done"
fi
Expand Down

0 comments on commit 81e15bc

Please sign in to comment.