栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

onnx-onnxruntime的一些官方文档记录

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

onnx-onnxruntime的一些官方文档记录

python api
https://onnxruntime.ai/docs/api/python/api_summary.html
https://onnxruntime.ai/docs/get-started/with-python.html


onnx 运行CUDA版本的example
https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html

onnx模型zoo
https://github.com/onnx/models
https://github.com/onnx/models#image_classification
https://github.com/onnx/models#object_detection

onnx模型速度调优
https://github.com/microsoft/onnxruntime/blob/v1.4.0/docs/ONNX_Runtime_Perf_Tuning.md

# onnxruntime-gpu与CUDA版本对应关系

# https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html

# cuda10.1 cudnn7.6.5 onnxruntime-gpu-1.4.0

# onnx现有算子对应的OpSet Version

# https://github.com/microsoft/onnxruntime/blob/v1.4.0/docs/OperatorKernels.md

# tensorflow转换为onnx

# https://github.com/onnx/tutorials/blob/master/tutorials/TensorflowToOnnx-1.ipynb

# pytroch转换为onnx

# https://github.com/onnx/tutorials/blob/master/tutorials/PytorchOnnxExport.ipynb

# onnx pytorch增加新的算子

# https://github.com/onnx/tutorials/blob/master/tutorials/PytorchAddExportSupport.md


 

# onnx增加新的算子

# https://github.com/microsoft/onnxruntime/blob/v1.4.0/docs/AddingCustomOp.md

# onnx python开发文档

# https://github.com/microsoft/onnxruntime/tree/v1.4.0/samples#python

# https://github.com/microsoft/onnxruntime/blob/v1.4.0/docs/Python_Dev_Notes.md

# 查看onnx的输入和输出

# https://github.com/onnx/onnx-docker/blob/master/onnx-ecosystem/inference_demos/simple_onnxruntime_inference.ipynb

# onnx resnet分类任务

# https://github.com/onnx/onnx-docker/blob/master/onnx-ecosystem/inference_demos/resnet50_modelzoo_onnxruntime_inference.ipynb

# sklearn导出onnx

# https://github.com/onnx/sklearn-onnx

# pytorch导出onnx

# https://pytorch.org/docs/stable/onnx.html

# https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html

# 通过pytorch训练网络保存为onnx然后通过tf载入onnx保存成tf的pb格式

# https://github.com/onnx/tensorflow-onnx

# https://github.com/onnx/tutorials/blob/master/tutorials/PytorchTensorflowMnist.ipynb

# onNX Runtime Server 使用onnx启动服务

# https://github.com/microsoft/onnxruntime/blob/v1.4.0/docs/ONNX_Runtime_Server_Usage.md

# https://github.com/onnx/tutorials/blob/master/tutorials/OnnxRuntimeServerSSDModel.ipynb

# 服务docker镜像

# https://github.com/microsoft/onnxruntime/tree/v1.4.0/dockerfiles#onnx-runtime-server-preview

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/268149.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号