Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-krishnamurthy committed Jun 27, 2019
1 parent ade0af0 commit aa51644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/opperf/opperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _parse_mxnet_context(ctx):

def main():
# 1. GET USER INPUTS
parser = argparse.ArgumentParser(description='Run all the MXNet operators (NDArray) benchmarks')
parser = argparse.ArgumentParser(description='Run all the MXNet operator benchmarks')

parser.add_argument('--ctx', type=str, default='cpu',
help='Global context to run all benchmarks. By default, cpu on a '
Expand Down

0 comments on commit aa51644

Please sign in to comment.