Skip to content

Commit

Permalink
Typo fix in 04-onnx-export (#6595)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidJain1412 authored Aug 20, 2020
1 parent 93c5c9a commit 3c3c46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/04-onnx-export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -489,4 +489,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}

0 comments on commit 3c3c46f

Please sign in to comment.