We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 对 onnx 模型进行简化时报 ModuleNotFoundError: No module named 'onnxsim.onnxsim_cpp2py_export': 在 Conda 虚拟环境下已安装 onnxsim 版本号是 0.4.36, 而且 import onnxsim 下是能够找到 onnxsim_cpp2py_export, 但是不知道是什么原因一直报上述错误,求帮助。
Model To reproduce the problem, please post download link of your model here, or send your model to [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
对 onnx 模型进行简化时报 ModuleNotFoundError: No module named 'onnxsim.onnxsim_cpp2py_export':
在 Conda 虚拟环境下已安装 onnxsim 版本号是 0.4.36, 而且 import onnxsim 下是能够找到 onnxsim_cpp2py_export, 但是不知道是什么原因一直报上述错误,求帮助。
Model
To reproduce the problem, please post download link of your model here, or send your model to [email protected]
The text was updated successfully, but these errors were encountered: