-
Notifications
You must be signed in to change notification settings - Fork 2.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
chore: add notebook links to img cls and obj det. #5187
Conversation
To learn how to leverage parts of 🤗 datasets end-to-end for training an object detection model, refer to | ||
[this notebook](https://nbviewer.org/github/NielsRogge/Transformers-Tutorials/blob/master/YOLOS/Fine_tuning_YOLOS_for_object_detection_on_custom_dataset_%28balloon%29.ipynb). | ||
|
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.
@NielsRogge is there a plan to leverage more parts of datasets
in this notebook? I have gone through the notebook and it felt like it was necessary to leverage torchvision
in some parts to get the data pipeline ready.
Let me know.
The documentation is not available anymore as the PR was closed or merged. |
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.
Would prefer both be GitHub links, but that's just my opinion. Other than that, LGTM
@nateraw I guess the failing test is unrelated. |
@sayakpaul Yea failures are unrelated. |
Alright. Will wait for @osanseviero's take and then merge. |
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.
I left some comments that could help here, but otherwise LGTM!
FYI @stevhliu |
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.
Awesome, thanks for connecting all these resources!
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
@osanseviero @stevhliu @nateraw thank you for your comments. Acted on them. |
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! Can I merge? Or should we wait for approvals from the others? |
Since @stevhliu approved as well, I think you're good to go |
Alright! Merging as a Member for the first time 🫀 |
Closes #5182