From 3c3c46f5636d3e40d2a83534d4a7c03daafd79a5 Mon Sep 17 00:00:00 2001 From: Siddharth Jain <35868478+SidJain1412@users.noreply.github.com> Date: Thu, 20 Aug 2020 13:47:16 +0530 Subject: [PATCH] Typo fix in 04-onnx-export (#6595) --- notebooks/04-onnx-export.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/04-onnx-export.ipynb b/notebooks/04-onnx-export.ipynb index acac251912a2fb..ee88d44e7d1c1b 100644 --- a/notebooks/04-onnx-export.ipynb +++ b/notebooks/04-onnx-export.ipynb @@ -193,7 +193,7 @@ " \n", " assert provider in get_all_providers(), f\"provider {provider} not found, {get_all_providers()}\"\n", "\n", - " # Few properties than might have an impact on performances (provided by MS)\n", + " # Few properties that might have an impact on performances (provided by MS)\n", " options = SessionOptions()\n", " options.intra_op_num_threads = 1\n", "\n", @@ -489,4 +489,4 @@ }, "nbformat": 4, "nbformat_minor": 1 -} \ No newline at end of file +}