Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/ChainerOnnxExport.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"source": [
"# Exporting model from Chainer to ONNX\n",
"\n",
"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",
"\n",
"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",
"\n",
"```\n",
"pip install onnx-chainer\n",
Expand Down