Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
a7184da3
Unverified
Commit
a7184da3
authored
Apr 26, 2021
by
guoshzhao
Committed by
GitHub
Apr 26, 2021
Browse files
Benchmarks: Fix Bug - Increase default sample count for benchmarking. (#64)
parent
0324117f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
superbench/benchmarks/model_benchmarks/model_base.py
superbench/benchmarks/model_benchmarks/model_base.py
+1
-1
No files found.
superbench/benchmarks/model_benchmarks/model_base.py
View file @
a7184da3
...
@@ -81,7 +81,7 @@ class ModelBenchmark(Benchmark):
...
@@ -81,7 +81,7 @@ class ModelBenchmark(Benchmark):
self
.
_parser
.
add_argument
(
self
.
_parser
.
add_argument
(
'--sample_count'
,
'--sample_count'
,
type
=
int
,
type
=
int
,
default
=
1
28
,
default
=
1
024
,
required
=
False
,
required
=
False
,
help
=
'The number of data samples in dataset.'
,
help
=
'The number of data samples in dataset.'
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment