Skip to content

Commit

Permalink
Edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jul 30, 2024
1 parent 3e0d0ea commit ce5888d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/example_onnx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"it at your own risk!\n",
"```\n",
"\n",
"ONNX is an open standard for representing trained machine learning models.n",
"ONNX is an open standard for representing trained machine learning models.\n",
"By converting a Metalearner\n",
"into an ONNX model, it becomes easier to leverage the model in different environments without\n",
"needing to worry about compatibility or performance issues.\n",
"\n",
"This conversion also allows models to be run on a variety of hardware setups. Also, ONNX\n",
"In particular, this conversion also allows models to be run on a variety of hardware setups. Also, ONNX\n",
"models are optimized for efficient computation, enabling faster inference compared to\n",
"the Python interface.\n",
"\n",
"For more information about ONNX, you can check their [website](https://onnx.ai/).\n",
"For more information about ONNX, you can check the ONNX [website](https://onnx.ai/).\n",
"\n",
"In this example we will show how most MetaLearners can be converted to ONNX.\n",
"\n",
Expand Down

0 comments on commit ce5888d

Please sign in to comment.