-
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
[DOC] Add docs for missing datasets #3536
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 for the PR!
FYI doc building is currently failing for WiderFace, can you have a look?
Ah yes. I'm having look. The section containing |
Maybe try something like we did in vision/torchvision/datasets/kinetics.py Lines 26 to 37 in 797fd26
|
I fixed it like the above mentioned. It sadly shoes .. code in docs page. This happens even in Kinetics case. Also, I don't have any workaround currently. |
I hope everything looks fine now. I tested it locally and it looked well. Let me know if I miss something! |
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, thanks a lot @oke-aditya!
Summary: * add missing docs * tries fixing docs * fixes docs * fixes ..code Reviewed By: fmassa Differential Revision: D27127991 fbshipit-source-id: 305a1695d6339df5f10ed03df4f96dcc07cbecac Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
Fixes #3535 .
I think there are few indentation errors in docs as well.