Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
3c3c46f5
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "a1b30f102be4989fb31132f11415c9dcd2ab2705"
Unverified
Commit
3c3c46f5
authored
Aug 20, 2020
by
Siddharth Jain
Committed by
GitHub
Aug 20, 2020
Browse files
Typo fix in 04-onnx-export (#6595)
parent
93c5c9a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
notebooks/04-onnx-export.ipynb
notebooks/04-onnx-export.ipynb
+2
-2
No files found.
notebooks/04-onnx-export.ipynb
View file @
3c3c46f5
...
@@ -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 tha
n
might have an impact on performances (provided by MS)\n",
" # Few properties tha
t
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",
...
@@ -489,4 +489,4 @@
...
@@ -489,4 +489,4 @@
},
},
"nbformat": 4,
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 1
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment