Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3279b18 commit 0f308c2Copy full SHA for 0f308c2
1 file changed
tutorials/ChainerOnnxExport.ipynb
@@ -6,9 +6,9 @@
6
"source": [
7
"# Exporting model from Chainer to ONNX\n",
8
"\n",
9
- "In thi tutorial, we describe how to use ONNX-Chainer to convert a model defined in Chainer into the ONNX format.\n",
+ "In this tutorial, we describe how to use ONNX-Chainer to convert a model defined in Chainer into the ONNX format.\n",
10
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",
+ "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",
12
13
"```\n",
14
"pip install onnx-chainer\n",
0 commit comments