mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
### Description While browsing the sources I found several typos here and there. I collected them to a single PR and fixed them. Namely these typos are: operater, tranform, neccessary, trainig. After fixing none of them was found anymore: $ git grep "operater" $ git grep "tranform" $ git grep "neccessary" $ git grep "trainig" $ ### Motivation and Context Since some of the typos are in example notebooks and markdown files, users can see them. |
||
|---|---|---|
| .. | ||
| images | ||
| Inference_Bert_with_OnnxRuntime_on_AzureML.ipynb | ||
| Inference_GPT2_with_OnnxRuntime_on_CPU.ipynb | ||
| PyTorch_Bert-Squad_OnnxRuntime_CPU.ipynb | ||
| PyTorch_Bert-Squad_OnnxRuntime_GPU.ipynb | ||
| Tensorflow_Tf2onnx_Bert-Squad_OnnxRuntime_CPU.ipynb | ||