-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Revamping our Quantized models docs #5987
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
Comments
CC @yassineAlouini as you were intersted! |
@NicolasHug good call, let's get those final models done and add any remaining info. :) Since our next release is not too far away and we got lots of work to do still on the documentation, I'll be cheeky and tag some of our good usual suspects in case they can give us a hand and get this done faster: @oke-aditya @lezwon @zhiqwang @abhi-glitchhg @xiaohu2015 @frgfm. Don't feel obliged, just a ping in case you have time. |
Hi @NicolasHug and @datumbox , I would like to take |
I can take |
I can work on |
|
I'll take up |
Shoot I arrived to late this time 😅 |
@frgfm This the open-source version of music chairs: Ping more contributors than tickets and see what happens. 😄 😆 In all seriousness thanks for responding and no worries. We are very lucky to have you all supporting us like this. We got many more improvements on the pipeline coming up that we could use your help. Thanks for the support! |
@frgfm actually I forgot Resnext and it' still up for grabs! Would you like to take it? |
Hi @datumbox , I can work for |
Happy how the musical chairs ended up haha |
Wow I think we are done! Thanks a lot for the help! |
<3 Thank you! |
We're re-writing our models docs to make them clearer, simpler, and to properly document the upcoming multi-weight API. This issue is about adding docs for the Quantized classification models.
Our latest new docs are currently here (this link is likely outdated by the time you look at it, but it doesn't matter; the skeleton is there). We created a separate section that will eventually be merged into the main one. We have documented a few models, but most of them are still missing. The list of models that still need docs is listed below. If you'd like to participate, please comment below with a message saying "I'm working on XYZ" where XYZ is a model, so that others don't pick the same as you do. To keep things simple, please submit one PR per model, but feel free to contribute more than one model.
How to write docs for a model
Note: below are detailed instructions. This makes it look more complicated than it actually is. Don't be scared!
A great place to start is to look a the changes in this PR that documents SqueezeNet. You'll need to do exactly the same for your model:
.rst
file in https://github.com/pytorch/vision/tree/main/docs/source/models. The file should look like this, with a link to the original paper, and a list of the corresponding model builders. It should also mention the base model class and link to the.py
file where it is defined..rst
suffix). Please keep the list alphabetically sortedTo build the docs locally, please look at our contributing guide. You won't need to worry about the gallery example, so always use
make html-noplot
instead ofmake html
to save time.Please don't hesitate to ping us if you need any help / guidance or if you have any question!
Quantized models that need docs are:
The text was updated successfully, but these errors were encountered: