-
Notifications
You must be signed in to change notification settings - Fork 820
Add basic PyTorch inference and training example. #10757
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
Add basic PyTorch inference and training example. #10757
Conversation
|
This looks great, thanks Dan. |
|
Friendly ping @ScottTodd for review. Edit: Whoops, didn't realize you were OOO. Adding Jacques. |
jpienaar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I think this is a good entry point and colabs showing end-to-end (post issues unrelated to the colabs that you are addressing) will be good entry spot.
No problem, this is great :). I sent a small PR with a few tweaks: #10886 |
Follow-up to #10757 * Fix table formatting (single column table needs `| text here |` instead of `text here`) * Fix note formatting (https://squidfunk.github.io/mkdocs-material/reference/admonitions/) * Fix numbered list formatting (https://squidfunk.github.io/mkdocs-material/reference/lists/#using-ordered-lists) * Wrap some lines at 80 characters (purely a style choice, some formatters do this automatically) * Tweak some phrasing / grammar (steps to preview changes to the website locally are here: https://github.com/iree-org/iree/tree/main/docs/website)
Follow-up to iree-org#10757 * Fix table formatting (single column table needs `| text here |` instead of `text here`) * Fix note formatting (https://squidfunk.github.io/mkdocs-material/reference/admonitions/) * Fix numbered list formatting (https://squidfunk.github.io/mkdocs-material/reference/lists/#using-ordered-lists) * Wrap some lines at 80 characters (purely a style choice, some formatters do this automatically) * Tweak some phrasing / grammar (steps to preview changes to the website locally are here: https://github.com/iree-org/iree/tree/main/docs/website)
No description provided.