machine-unlearning
machine-unlearning copied to clipboard
I run the purchase data and set shard=1, slice=1 and epoch=1, the output model is trained on 0.25 million data for 1 epoch and the accuracy is around 0.955. Then...
while I was running example script, in the end at ./data.sh 5, I got this ... File "/home/falca/.local/lib/python3.8/site-packages/pandas/io/common.py", line 702, in get_handle handle = open( FileNotFoundError: [Errno 2] No such...
On the first request of the fifth shard I believe there is an index error as it causes an error. All other pieces run properly aside from the fifth shard....
Hello I believe the purchase dataset is missing from the repo. This is seen when running train.sh 5 there is an error "FileNotFoundError: [Errno 2] No such file or directory:...
Hi, I noticed that the wideresnet-1-1 parameter values are not provided. Are those the default ones or are they different? In addition, the SVHN dataset used includes the extra input...