-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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 custom datasets tutorial #6466
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6466 +/- ##
==========================================
- Coverage 79.77% 78.42% -1.35%
==========================================
Files 148 153 +5
Lines 27214 28001 +787
==========================================
+ Hits 21710 21960 +250
- Misses 5504 6041 +537
Continue to review full report at Codecov.
|
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.
This is a great addition, nice work! I've left a few nits/suggestions.
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.
Very cool! Great that you did both TensorFlow and PyTorch. Love that you showcased how to use keras' fit method as well.
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Don't mind the failing test, it's been fixed on |
* add custom datasets tutorial * python -> bash code blocks * Apply suggestions from code review Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * minor review feedback changes * add working native QA snippet Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* add custom datasets tutorial * python -> bash code blocks * Apply suggestions from code review Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * minor review feedback changes * add working native QA snippet Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This reverts commit 4998d42.
A tutorial showing examples for working with custom datasets on several tasks. Goals:
fit
method.