GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read ever
pip install --upgrade git+https://github.com/ThanatosShinji/onnx-tool.git python>=3.6 If pip install onnx-tool failed by onnx's installation, you may try pip install onnx==1.8.1 (a lower version like this) first. Then pip install onnx-tool again. Known Issues Loop op is not suppo...
onnx_tool支持cnn-based和transformer-based所有典型算子,支持CV和NLP领域常见模型结构,python环境中直接安装,简单易用,大家可以阅读工具英文网站详细说明或该工具github获得更多信息 代码仓库: github.com/ThanatosShin (1)onnx模型专用工具[1]: 解析和编辑:常量折叠,算子融合 模型分析:快速维度推断,计算量统计 图计算...
写在前面:onnx_tool支持cnn-based和transformer-based所有典型算子,支持CV和NLP领域常见模型结构,python环境中直接安装,简单易用,大家可以阅读工具英文网站详细说明或该工具github获得更多信息。 欢迎大家收藏或留言讨论 1. 工具说明 (1)onnx模型专用工具[1]: 解析和编辑:常量折叠,算子融合 模型分析:快速维度推断,计算...
pip install --upgrade git+https://github.com/ThanatosShinji/onnx-tool.git python>=3.6 Ifpip install onnx-toolfailed by onnx's installation, you may trypip install onnx==1.8.1(a lower version like this) first. Thenpip install onnx-toolagain. ...
main Breadcrumbs onnx-tool/ requirements.txtLatest commit HistoryHistory File metadata and controls Code Blame 3 lines (3 loc) · 19 Bytes Raw 1 2 3 onnx numpy tabulateFooter © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my...
already removed in v0.8.1 release Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels bug Projects None yet Milestone No milestone Development No branches or pull requests 2 participants Footer...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include m...
https://github.com/PINTO0309/simple-onnx-processing-tools 1. Setup 1-1. HostPC ### option$echoexportPATH="~/.local/bin:$PATH">>~/.bashrc \&&source~/.bashrc### run$ pip install -U onnx \&&pip install -U onnx-simplifier \&&python3 -m pip install -U onnx_graphsurgeon --index...
1Branch4Tags Code README MIT license sio4onnx Simple tool to change the INPUT and OUTPUT shape of ONNX. https://github.com/PINTO0309/simple-onnx-processing-tools 1. Setup 1-1. HostPC ### option$echoexportPATH="~/.local/bin:$PATH">>~/.bashrc \&&source~/.bashrc### run$ pip ins...