Skip to content

Commit 0f308c2

Browse files
msakaiprasanthpul
authored andcommitted
fix typo in ChainerOnnxExport.ipynb (onnx#47)
1 parent 3279b18 commit 0f308c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/ChainerOnnxExport.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"source": [
77
"# Exporting model from Chainer to ONNX\n",
88
"\n",
9-
"In thi tutorial, we describe how to use ONNX-Chainer to convert a model defined in Chainer into the ONNX format.\n",
9+
"In this tutorial, we describe how to use ONNX-Chainer to convert a model defined in Chainer into the ONNX format.\n",
1010
"\n",
11-
"ONNX export is provided as a separte package [onnx-chainer](https://github.com/chainer/onnx-chainer). You can install it via pip like this:\n",
11+
"ONNX export is provided as a separate package [onnx-chainer](https://github.com/chainer/onnx-chainer). You can install it via pip like this:\n",
1212
"\n",
1313
"```\n",
1414
"pip install onnx-chainer\n",

0 commit comments

Comments
 (0)