diff --git a/Tune_new.py b/Tune_new.py index 0998593..ca57e66 100644 --- a/Tune_new.py +++ b/Tune_new.py @@ -225,7 +225,7 @@ if __name__ == "__main__": # switch finetuning for tests on strategies only run_finetuning_or_baseline_eval(runtime_environment, run_training = finetuning) # scale 16400.0 for ResNet - scale = 22000 + scale = 14500 # batch 8 for resNet, unlearning_batches = 32 # regularis @@ -236,7 +236,7 @@ if __name__ == "__main__": gamma=0.01, # 0.1 0.1 0.01 scale= scale, # 16400.0 35000.0 s1=2, # 2 - s2=150, # 300 + s2=350, # 300 std=0.00001, # 0.00001 unlearn_bs=unlearning_batches # 8 32 8 )