Hiroshi Yoshioka 2023-10-07 02:06:08 +09:00 коммит произвёл GitHub
Родитель bcde705eec
Коммит c46ce8f64a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Convert And Inference Pytorch model with CustomOps\n", "# Convert And Inference PyTorch model with CustomOps\n",
"\n", "\n",
"This notebook demonstrates how to use onnxruntime-extensions to run a PyTorch model that contains operators that are not part of the ONNX standard." "This notebook demonstrates how to use onnxruntime-extensions to run a PyTorch model that contains operators that are not part of the ONNX standard."
] ]
@ -142,7 +142,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"* **Compare the result with Pytorch**" "* **Compare the result with PyTorch**"
] ]
}, },
{ {