JonasGeiping / breaching

Breaching privacy in federated learning scenarios for vision and text
MIT License
266 stars 59 forks source link

hardcoded wrong md5 checksum #14

Open h2th3k opened 7 months ago

h2th3k commented 7 months ago

Here uses wrong hardcoded md5, e.g. for tinyimagenet, md5 for val dataset is: c5d7f7e71e4c0fc882b9ca5ce70ffed2, this results re-extracting every time when loading the dataset.

JonasGeiping commented 7 months ago

Hi! Thank you for the report. I think you're the first person to use TinyImageNet data in this repo in literal years. Feel free to open up a pull request with these modifications.

h2th3k commented 7 months ago

I found some other bugs for R-GAP I will open up a pull request with the others as well