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

Reference exports (Model zoo) #91

Closed
postrational opened this issue Oct 9, 2017 · 2 comments
Closed

Reference exports (Model zoo) #91

postrational opened this issue Oct 9, 2017 · 2 comments

Comments

@postrational
Copy link
Contributor

It may be a good idea to add a set of models serialized in the onnx.proto format to the onnx/examples directory. This could serve as a reference for people testing ONNX or writing their own import/export functions. What do you think?

I would propose starting with a set of very simple models, getting progressively more and more complex: a simple addition (a+b+c), linear regression, logistic regression, MLP and then more advanced models such as AlexNet, VGG, ResNet, etc.

@fmassa
Copy link

fmassa commented Oct 9, 2017

I think that we already have some of the standard models serialized in https://github.com/onnx/models, containing both the model and input/output files with the expected output of the models, which allows for an easy evaluation from the backend side.

@postrational
Copy link
Contributor Author

That's great, that will help a lot.

It could help to also add some very simple models somewhere to help with getting started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants