Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] add codes for inference speed statistics #86

Merged
merged 7 commits into from
Mar 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix errors in linting
  • Loading branch information
heiyuxiaokai committed Mar 9, 2022
commit 02a734f74c02f5857d80cb08e4fac60653c94df0
4 changes: 2 additions & 2 deletions tools/analysis_tools/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def parse_args():
help='Whether to fuse conv and bn, this will slightly increase'
'the inference speed')
parser.add_argument(
'--use-fp16',
action='store_true',
'--use-fp16',
action='store_true',
help='Whether to use fp16 to inference')
parser.add_argument(
'--cfg-options',
Expand Down