Skip to content

Commit

Permalink
[Typo] Fix a typo in resnext.py (#210)
Browse files Browse the repository at this point in the history
Fix typo in resnext.py

seperated -> separated
  • Loading branch information
eltociear committed May 9, 2023
1 parent 49b832f commit b8d5e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hidet/cli/bench/vision/resnext.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
type=str,
default='resnext50_32x4d',
show_default=True,
help='Comma seperated models to benchmark. Available models: {}'.format(', '.join(list(resnext_models.keys()))),
help='Comma separated models to benchmark. Available models: {}'.format(', '.join(list(resnext_models.keys()))),
)
@click.option('-n', '--batch-size', default=1, show_default=True, help='Batch size')
@click.option('-c', '--channels', default=3, show_default=True, help='Input channels')
Expand Down

0 comments on commit b8d5e0e

Please sign in to comment.