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): ...@@ -81,7 +81,7 @@ def add_parser_arguments(self):
self._parser.add_argument( self._parser.add_argument(
'--sample_count', '--sample_count',
type=int, type=int,
default=128, default=1024,
required=False, required=False,
help='The number of data samples in dataset.', 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