-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
85 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
CUDA_VISIBLE_DEVICES=0 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p0_ --seed 123 | ||
CUDA_VISIBLE_DEVICES=0 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p1_ --seed 234 | ||
CUDA_VISIBLE_DEVICES=0 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p2_ --seed 567 | ||
CUDA_VISIBLE_DEVICES=0 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p3_ --seed 678 | ||
CUDA_VISIBLE_DEVICES=0 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p4_ --seed 789 | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 2 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 2_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 2 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 2_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 2 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 2_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 3 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 3_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 3 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 3_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 3 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 3_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 4 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 4_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 4 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 4_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 4 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 4_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 8 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 8_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 8 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 8_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 8 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 8_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.25 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 0.25_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.25 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 0.25_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.25 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 0.25_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.5 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 0.5_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.5 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 0.5_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.5 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 0.5_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 1_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 1_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 1_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1.5 --clip_value 1e-05 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 1.5_1e-05_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1.5 --clip_value 0.0001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 1.5_0.0001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1.5 --clip_value 0.001 --epochs 500 --lr 0.0002 --batch_size 1 --prefix 1.5_0.001_0.0002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.25 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 0.25_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.25 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 0.25_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.25 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 0.25_0.001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.5 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 0.5_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.5 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 0.5_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 0.5 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 0.5_0.001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 1_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 1_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 1_0.001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1.5 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 1.5_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1.5 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 1.5_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="1" python dp_gan.py --noise 1.5 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 1.5_0.001_0.002_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
CUDA_VISIBLE_DEVICES=1 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p5_ | ||
CUDA_VISIBLE_DEVICES=1 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p6_ | ||
CUDA_VISIBLE_DEVICES=1 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p7_ | ||
CUDA_VISIBLE_DEVICES=1 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p8_ | ||
CUDA_VISIBLE_DEVICES=1 python dp_gan.py --clip_value 0.0001 --noise 8 --epochs 500 --lr 0.002 --batch_size 100 --prefix p9_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 2 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 2_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 2 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 2_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 2 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 2_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 3 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 3_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 3 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 3_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 3 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 3_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 4 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 4_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 4 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 4_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 4 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 4_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 8 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 8_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 8 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 8_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 8 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 8_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 0.25 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 0.25_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 0.25 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 0.25_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 0.25 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 0.25_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 0.5 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 0.5_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 0.5 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 0.5_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 0.5 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 0.5_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 1 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 1_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 1 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 1_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 1 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 1_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 1.5 --clip_value 1e-05 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 1.5_1e-05_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 1.5 --clip_value 0.0001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 1.5_0.0001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 1.5 --clip_value 0.001 --epochs 500 --lr 2e-05 --batch_size 1 --prefix 1.5_0.001_2e-05_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 2 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 2_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 2 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 2_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 2 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 2_0.001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 3 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 3_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 3 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 3_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 3 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 3_0.001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 4 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 4_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 4 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 4_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 4 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 4_0.001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 8 --clip_value 1e-05 --epochs 500 --lr 0.002 --batch_size 1 --prefix 8_1e-05_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 8 --clip_value 0.0001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 8_0.0001_0.002_ | ||
CUDA_VISIBLE_DEVICES="0" python dp_gan.py --noise 8 --clip_value 0.001 --epochs 500 --lr 0.002 --batch_size 1 --prefix 8_0.001_0.002_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters