UnlearningLeaks
UnlearningLeaks copied to clipboard
Membership inference attack with MNIST and CIFAR10 may have some error
The membership inference attack may have some errors with image data set.
Hi, would you please show the error?
Cifar10 Error
The command I entered is "python main.py --exp mem_inf --unlearning_method scratch --original_model densenet --dataset_name cifar10" .
The error message I got :
INFO:2022-03-11 12:47:22,146: - exp_mem_inf_scratch - : obtaining shadow posterior
Traceback (most recent call last):
File "/unlearn_source/main.py", line 43, in
MNIST Error
The command I entered is "python main.py --exp mem_inf --unlearning_method scratch --original_model scnn --dataset_name mnist" .
The error message I got :
INFO:2022-03-11 12:54:44,767: - exp - : loaded data
Traceback (most recent call last):
File "/unlearn_source/main.py", line 43, in
Hi, sorry to bother you. It been a while that this issue didn't be discuss or fix. I wonder what is the problem. Please reply if there is anything I didn't notice.
Thank you.