From 265654527591559babb6c3bd5d1ce12ff0f91cf7 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Mon, 9 Jul 2018 18:39:22 +0900 Subject: [PATCH] fix typo in ChainerOnnxExport.ipynb --- tutorials/ChainerOnnxExport.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/ChainerOnnxExport.ipynb b/tutorials/ChainerOnnxExport.ipynb index 96dad90..e43efc0 100644 --- a/tutorials/ChainerOnnxExport.ipynb +++ b/tutorials/ChainerOnnxExport.ipynb @@ -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",