Unverified Commit a7184da3 authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

Benchmarks: Fix Bug - Increase default sample count for benchmarking. (#64)

parent 0324117f
......@@ -81,7 +81,7 @@ def add_parser_arguments(self):
self._parser.add_argument(
'--sample_count',
type=int,
default=128,
default=1024,
required=False,
help='The number of data samples in dataset.',
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment