Skip to content

Commit

Permalink
fix docs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sshuair committed Apr 20, 2021
1 parent aef3803 commit 50bb052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/useful_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ We also provide a script to convert model to [TorchScript](https://pytorch.org/d
python tools/pytorch2torchscript.py \
${CONFIG_FILE} \
--checkpoint ${CHECKPOINT_FILE} \
--output-file ${ONNX_FILE}
--shape ${INPUT_SHAPE}
--output-file ${ONNX_FILE}
--shape ${INPUT_SHAPE}
--verify \
--show
```
Expand Down

0 comments on commit 50bb052

Please sign in to comment.