-
Notifications
You must be signed in to change notification settings - Fork 18
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
support for more datasets? #104
Comments
Hello @tdhock, Which one should be a priority for you ? Don't you want to try to do it on your own and propose a pull-request? Depending on which dataset, you may need to simply augment dataset-mnist.R or dataset_cifar.R or take inspiration out of both files. |
all of them would be great but perhaps it would be easiest to start with the mnist variants? |
Hello @tdhock MNist variant are indeed a good first issue to try: you have to duplicate the block of code Lines 122 to 150 in 6310e2e
name , ressources and classes . Do you want to give a try ?
For the difference in between implementations, there is not such thing AFAIK. And there is no implementation plan nor a plan to "never implement", but only your and the community spare time to contribute... |
I don't have time myself but it sounds like a reasonable target for a gsoc'25 contributor, I wrote a project, https://github.com/rstats-gsoc/gsoc2025/wiki/torchvision-in-R-improvements could you co-mentor next summer? If so could you please add your name/email under EVALUATING MENTOR on that wiki page? |
I modified the existing package to include the FashionMNIST dataset as a starting point. I tested it locally, and it works fine. I have attached the code snippet along with a test case.
TEST CASE:
I am planning to implement similar functionality for other datasets listed in PyTorch. Is there any protocol I should follow before raising a PR? |
Hello @Vishwas-10 That's a great move, thanks for the effort ! |
Hello @cregouby, i am trying to add Datasets form the https://pytorch.org/vision/stable/datasets.html like Inaturalist and Eurosat datasets but experiencing this problem "MD5 mismatch" for both. Can you pls help me with this? |
Hi! I see that R torch support mnist and cifar data sets, but I was wondering if there are plans to support the other data sets which are present in pytorch? https://pytorch.org/vision/stable/datasets.html
The text was updated successfully, but these errors were encountered: