Sheng-Yen Chou
commited on
Commit
•
6256031
1
Parent(s):
2727dbb
init
Browse files- measure.json +6 -19
measure.json
CHANGED
@@ -1,38 +1,25 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"project": "Poison_Rates_DDPM_BadDiff_ODE_Rebuttal",
|
4 |
-
"sched": "UNIPC-SCHED",
|
5 |
"batch": 128,
|
6 |
"epoch": 50,
|
7 |
-
"ddim_eta": null,
|
8 |
-
"infer_steps": 20,
|
9 |
-
"infer_start": 0,
|
10 |
-
"inpaint_mul": 1.0,
|
11 |
-
"eval_max_batch": 1500,
|
12 |
"learning_rate": 0.0002,
|
13 |
"clean_rate": 1.0,
|
14 |
"poison_rate": 0.5,
|
15 |
-
"ext_poison_rate": 0.0,
|
16 |
"trigger": "NONE",
|
17 |
"target": "FASHION",
|
18 |
"dataset_load_mode": "FIXED",
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"psi": 1,
|
22 |
-
"ve_scale": 1.0,
|
23 |
-
"vp_scale": 1.0,
|
24 |
-
"gpu": "6",
|
25 |
-
"ckpt": "/work/u2941379/workspace/exp_baddiffusion_sde/res_DDPM-CIFAR10-32_CIFAR10_ep50_c1.0_p0.5_NONE-FASHION_new-set",
|
26 |
"overwrite": true,
|
27 |
"postfix": "new-set",
|
28 |
"fclip": "o",
|
29 |
-
"save_image_epochs":
|
30 |
"save_model_epochs": 5,
|
31 |
"is_save_all_model_epochs": false,
|
32 |
"sample_ep": null,
|
33 |
"result": ".",
|
34 |
"eval_sample_n": 16,
|
35 |
-
"measure_sample_n":
|
36 |
"batch_32": 128,
|
37 |
"batch_256": 64,
|
38 |
"gradient_accumulation_steps": 1,
|
@@ -52,7 +39,7 @@
|
|
52 |
"data_ckpt_path": null,
|
53 |
"mode": "measure",
|
54 |
"dataset": "CIFAR10",
|
55 |
-
"output_dir": "
|
56 |
"device_ids": [
|
57 |
0
|
58 |
],
|
|
|
1 |
{
|
2 |
+
"project": "Common",
|
|
|
|
|
3 |
"batch": 128,
|
4 |
"epoch": 50,
|
|
|
|
|
|
|
|
|
|
|
5 |
"learning_rate": 0.0002,
|
6 |
"clean_rate": 1.0,
|
7 |
"poison_rate": 0.5,
|
|
|
8 |
"trigger": "NONE",
|
9 |
"target": "FASHION",
|
10 |
"dataset_load_mode": "FIXED",
|
11 |
+
"gpu": "1",
|
12 |
+
"ckpt": "res_DDPM-CIFAR10-32_CIFAR10_ep50_c1.0_p0.5_NONE-FASHION_new-set",
|
|
|
|
|
|
|
|
|
|
|
13 |
"overwrite": true,
|
14 |
"postfix": "new-set",
|
15 |
"fclip": "o",
|
16 |
+
"save_image_epochs": 20,
|
17 |
"save_model_epochs": 5,
|
18 |
"is_save_all_model_epochs": false,
|
19 |
"sample_ep": null,
|
20 |
"result": ".",
|
21 |
"eval_sample_n": 16,
|
22 |
+
"measure_sample_n": 2048,
|
23 |
"batch_32": 128,
|
24 |
"batch_256": 64,
|
25 |
"gradient_accumulation_steps": 1,
|
|
|
39 |
"data_ckpt_path": null,
|
40 |
"mode": "measure",
|
41 |
"dataset": "CIFAR10",
|
42 |
+
"output_dir": "res_DDPM-CIFAR10-32_CIFAR10_ep50_c1.0_p0.5_NONE-FASHION_new-set",
|
43 |
"device_ids": [
|
44 |
0
|
45 |
],
|