UnlearningLeaks icon indicating copy to clipboard operation
UnlearningLeaks copied to clipboard

It looks like missing code is in the experiment.

Open mkfar opened this issue 1 year ago • 1 comments

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

mkfar avatar May 28 '23 04:05 mkfar

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.

fengxijia avatar Jun 17 '24 08:06 fengxijia