Skip to content

Commit 9e2a9cb

Browse files
authored
Update useful_tools.md
1 parent 3f79405 commit 9e2a9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/useful_tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The final output filename will be `psp_r50_512x1024_40ki_cityscapes-{hash id}.pt
4444

4545
### Convert to ONNX (experimental)
4646

47-
We provide a script to convert model to [ONNX](https://github.com/onnx/onnx) format. The converted model could be visualized by tools like [Netron](https://github.com/lutzroeder/netron). Besides, we also support comparing the output results between Pytorch and ONNX model.
47+
We provide a script to convert model to [ONNX](https://github.com/onnx/onnx) format. The converted model could be visualized by tools like [Netron](https://github.com/lutzroeder/netron). Besides, we also support comparing the output results between PyTorch and ONNX model.
4848

4949
```bash
5050
python tools/pytorch2onnx.py \
@@ -136,7 +136,7 @@ Description of all arguments
136136

137137
### Convert to TorchScript (experimental)
138138

139-
We also provide a script to convert model to [TorchScript](https://pytorch.org/docs/stable/jit.html) format. You can use the pytorch C++ API [LibTorch](https://pytorch.org/docs/stable/cpp_index.html) inference the trained model. The converted model could be visualized by tools like [Netron](https://github.com/lutzroeder/netron). Besides, we also support comparing the output results between Pytorch and TorchScript model.
139+
We also provide a script to convert model to [TorchScript](https://pytorch.org/docs/stable/jit.html) format. You can use the pytorch C++ API [LibTorch](https://pytorch.org/docs/stable/cpp_index.html) inference the trained model. The converted model could be visualized by tools like [Netron](https://github.com/lutzroeder/netron). Besides, we also support comparing the output results between PyTorch and TorchScript model.
140140

141141
```shell
142142
python tools/pytorch2torchscript.py \

0 commit comments

Comments
 (0)