-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Adding revamp docs for vision_transformers and regnet #5856
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
Conversation
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 @YosuaMichael , this looks great!
There's a minor rendering issue with the RegNet docstrings, and I have a few minor comments, but other than that it will be good to go
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 @YosuaMichael !
Summary: * Add docs for regnet, still need to update the comment docs on models * Fix a little typo on .rst file * Update regnet docstring * Add vision_transformer docs, and fix typo on regnet docs * Update docstring to make sure it does not exceed 120 chars per line * Improve formatting * Change the new line location for vision_transformer docstring Reviewed By: jdsgomes, NicolasHug Differential Revision: D36095647 fbshipit-source-id: 28fb6a6e253f52586e4cd73b2fb65e2c4fec82cd
Part of #5833
Adding revamp docs for vision_transformer and regnet.
cc @NicolasHug