-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Documentation and examples for prototype torchvision #4992
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
@oke-aditya Thanks for bringing this up! Concerning the multi-weight support and the models prototype, I plan to write a blogpost once the API is cleaned up. You can see at #4652 some of the issues we still want to discuss before introducing it properly to the community. Any feedback related to the open issues or the API would be awesome. You can make contributions to any part of the code-base. Nothing is off limits; standard open-source practices apply. Concerning updating documentation, tutorials, references etc, this is likely something that is going to happen once the API is more mature and closer to the release. See #4679 for pendings on the model prototype. |
The lack on documentation is somewhat intentional (at least from my side). We are currently moving quite fast and there are a lot of moving parts. Having a documentation will only slow us down, because it will become outdated often. From my side the most "stable" submodule is Although this doesn't replace a good documentation, we will have some presence at the PyTorch developer day 2021. @fmassa will give a talk and I will be present at a poster doing live demos of the current state. Feel free to come by and talk to us. |
I understand your thoughts Philip, as documenting such modules having lot of friction is hard, and would slow down development. That's great. It would be really nice to hear during the PyTorch developer day. Edit: |
@oke-aditya I just added #5133 that is the starting point for the prototype datasets documentation. |
Great 😃 will have a read. |
📚 The doc issue
First of all, hats off to all the maintainers @fmassa @datumbox @NicolasHug @pmeier It's been a great revamp, and I think all the new features being added are great!
If software engineering is an art then torchvision is Picaso!
Any thoughts or ideas on how to effectively use the new prototype torchvision? The new models, datasets and transforms.
As an end user perspective
It would great to read documentation on why these were created over legacy ones and what are the benefits.
Also examples pertaining to same would be nice, maybe before next release ?
Also porting the current examples to the new APIs?
Suggest a potential alternative/fix
P.S.
I would be glad to contribute 😄 It will take some time for me to dive into the codebase and understand though. But I'm up for it.
cc @bjuncek
The text was updated successfully, but these errors were encountered: