Skip to content
New issue

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

how onnx models stores weights and layer parameters #6006

Open
kumar-utkarsh0317 opened this issue Mar 9, 2024 · 0 comments
Open

how onnx models stores weights and layer parameters #6006

kumar-utkarsh0317 opened this issue Mar 9, 2024 · 0 comments
Labels
question Questions about ONNX

Comments

@kumar-utkarsh0317
Copy link

I am working on generating an ONNX translator for a machine learning framework, and for that, I need to have a clear understanding of how weights and layer parameters are stored in an ONNX model. After exploring several ONNX models, I realized that some of the ONNX models store their weights and layer parameters in separate initializers, while some of the ONNX models store their weights and layer parameters in their attributes class. Is there any way I can figure out how these parameters are stored in the model so that I can apply the appropriate algorithm to extract their parameters?

@kumar-utkarsh0317 kumar-utkarsh0317 added the question Questions about ONNX label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions about ONNX
Projects
None yet
Development

No branches or pull requests

1 participant