-
Notifications
You must be signed in to change notification settings - Fork 23
Add EMNIST Dataset for Image Classification (issue #129) #152
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
Conversation
praise : Nice addition, thanks a lot @DerrickUnleashed , and congratulation for this first contribution ! |
…alanced, letters, digits, mnist)
Thanks a lot for the warm welcome!
Let me know if anything else needs tweaking! |
Your P.R currently gives me
could you fix that ? And also inline comments. |
Thanks for the clarification!
Let me know if there's anything else you'd like me to update! |
Thanks ! |
Merge conflicts with |
As you change Roxygen2 content, you have to re-document the project. Plus actually, the example fails with
Could you please fix it ? As the download is very long, can you add an inform user message for the start of the Download ? |
I've made the necessary changes to address the issue with However, while testing, I noticed similar issues in other dataset examples as well. Would you like me to go ahead and fix those too? Error in mnist_dataset(download = TRUE) :
argument "root" is missing, with no default Error in kmnist_dataset(download = TRUE) :
argument "root" is missing, with no default Error in fashion_mnist_dataset(download = TRUE) :
argument "root" is missing, with no default |
Just a quick FYI — when I run
I'm stashing these edits. |
Suggestion : Should we consider adding |
I have also updated the default root as Error in mnist_dataset(download = TRUE) :
argument "root" is missing, with no default Error in kmnist_dataset(download = TRUE) :
argument "root" is missing, with no default Error in fashion_mnist_dataset(download = TRUE) :
argument "root" is missing, with no default |
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.
praise : Thanks for the addition. We are almost there, we just need to lower the test time and footprint.
Sorry, but the |
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.
todo Sorry, but the skip_on_cran()
is missing
todo your last commit despite the improvement, removes the code coverage on 5 different values of the "split =". We need those tests to be covered. Actually, whatever the download= value, the archive is downloaded only once within the test, making void any optimization (like to switch to download = FALSE). Could you please fix that ?
Thanks for pointing that out. I've just added back the |
I understood my error I have forgotten to use the |
@cregouby I have made the requested changes...Is there anything else that needs to be updated ? |
Co-authored-by: cregouby <[email protected]>
This PR adds support for the EMNIST dataset’s Balanced split, extending the existing MNIST datasets.