-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding Fashion-MNIST and German Traffic Sign datasets #5
Comments
Yes, it would be great to add new datasets. I can work on writing the code for this soon (or if anyone else wants to work on it, it involves adding a couple lines of code to dataset.py and provider.py). |
I could make a pull request with this change. Would it be ok if in my implementation I just rely on reading .mat-files like the ones in https://github.com/max-andr/MIPVerify_data/tree/master/datasets/gts ? |
|
Sorry for the delay. |
Thank you for the pull request! We'll review it soon, merge it, update the website to reflect that we support FMNIST and GTS, and then merge in updates for #4. |
Thank you again for your patience. We've merged your change to robustml, and we've updated the faq page in bf524c7. |
Would it be possible to also add Fashion-MNIST and German Traffic Sign datasets to the robustml framework?
Both datasets can be found as .mat-files at:
https://github.com/max-andr/MIPVerify_data/tree/master/datasets
Thanks!
The text was updated successfully, but these errors were encountered: