-
Notifications
You must be signed in to change notification settings - Fork 7k
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 contribution instructions for prototype datasets #5133
Conversation
💊 CI failures summary and remediationsAs of commit 55efdbb (more details on the Dr. CI page):
🕵️ 4 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages: unittest_linux_cpu_py3.7 (1/4)Step: "Run tests" (full log | diagnosis details | 🔁 rerun)
|
Job | Step | Action |
---|---|---|
unittest_macos_cpu_py3.9 | Run tests | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
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.
LGTM overall, just a couple of potential typos marked below:
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 @pmeier , I gave it a quick look only, but I'll look at it more in details once I implement a prototype dataset.
LGTM, but I'd suggest keeping the line length to either 80 or 120, as we do for the code. Most editor wrap long lines properly, but GitHub doesn't, so we can only make comments on a per-line basis (and when lines are long, this gets inconvenient)
@NicolasHug Sorry, I didn't see your comment before merge. I'll fix the line length the next time I push changes to the file. |
Summary: * add contribution instructions for prototype datasets * cleanup * fix links * Update torchvision/prototype/datasets/_builtin/README.md Reviewed By: datumbox, prabhat00155 Differential Revision: D33405355 fbshipit-source-id: 864ae4642a9355abab0e2e760cb36925058f07aa
…e datasets (#5133) Differential Revision: D33405355 Original commit changeset: 864ae4642a93 Original Phabricator Diff: D33405355 fbshipit-source-id: 0127385422452c5ab77d43b1605557484bb6a30b
Summary: * add contribution instructions for prototype datasets * cleanup * fix links * Update torchvision/prototype/datasets/_builtin/README.md Reviewed By: sallysyw Differential Revision: D33479269 fbshipit-source-id: 539e5d6f1c29553296efc83551415e037829c77e
This is a preliminary guide to foster early contributions to the prototype datasets outside of the core team. You can find the rendered version here. In the future this should probably moved to
CONTRIBUTING.md
or the into the documentation.@ reviewers: All the changes apart from
README.md
are minor convenience changes that I found while writing the guide.cc @pmeier @bjuncek