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

It looks like missing code is in the experiment. #7

Open mkfar opened 1 year ago

mkfar commented 1 year ago

I am sorry to bother you. I ran the experiment MIA. However, there are some parts missing. In line 345, the function _obtain_posterior() is incomplete. Could you please help to fix the error? def _obtain_posterior(self, num_sample, num_shard, sample_name, save_path): pass

fengxijia commented 2 months ago

I am sorry to bother you. I ran the experiment MIA. However, there are some parts missing. In line 345, the function _obtain_posterior() is incomplete. Could you please help to fix the error? def _obtain_posterior(self, num_sample, num_shard, sample_name, save_path): pass

Hi, I guess this pass is in the parent class. _obtain_posterior() has been defined in each subclass.