Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Oct 10, 2023
1 parent 2f7a1ad commit 8d1de19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ optional arguments:
-e [EXPORT_PATH], --export_path [EXPORT_PATH]
Path to output directory where the frozen model will be exported to.
Defaults to a folder named 'exported_model'.
-r, --raggged RAGGED
Keep tensors tensors ragged if present. If ommited, convert
-r, --ragged RAGGED
Keep tensors ragged if present. If ommited, convert
ragged tensors into regular tensors with NaN padding.
-n, --max_instances MAX_INSTANCES
Limit maximum number of instances in multi-instance models.
Expand Down
2 changes: 1 addition & 1 deletion sleap/nn/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -4976,7 +4976,7 @@ def _make_export_cli_parser() -> argparse.ArgumentParser:
action="store_true",
default=False,
help=(
"Keep tensors tensors ragged if present. If ommited, convert ragged tensors"
"Keep tensors ragged if present. If ommited, convert ragged tensors"
" into regular tensors with NaN padding."
),
)
Expand Down

0 comments on commit 8d1de19

Please sign in to comment.