MinChen00 / UnlearningLeaks

Official implementation of "When Machine Unlearning Jeopardizes Privacy" (ACM CCS 2021)
GNU General Public License v3.0
44 stars 5 forks source link

command argment of membership inference may have some error #3

Closed AladaThor closed 2 years ago

AladaThor commented 2 years ago

The command "_python main.py --exp model_inf --unlearningmethod scratch" cannot use. It works with this one: "_python main.py --exp mem_inf --unlearningmethod scratch"

MinChen00 commented 2 years ago

Thanks a lot for pointing it out. I have modified the readme.md. :)