"configs/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "721c76b42db76e69bd67d44a5e9494111891a01e"
Unverified Commit 3c3c46f5 authored by Siddharth Jain's avatar Siddharth Jain Committed by GitHub
Browse files

Typo fix in 04-onnx-export (#6595)

parent 93c5c9a5
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
" \n", " \n",
" assert provider in get_all_providers(), f\"provider {provider} not found, {get_all_providers()}\"\n", " assert provider in get_all_providers(), f\"provider {provider} not found, {get_all_providers()}\"\n",
"\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 = SessionOptions()\n",
" options.intra_op_num_threads = 1\n", " options.intra_op_num_threads = 1\n",
"\n", "\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment