newsyctw commited on
Commit
0524654
1 Parent(s): e36114e
Files changed (1) hide show
  1. measure.json +59 -0
measure.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "poisoned_inpaint_line",
3
+ "project": "Inpaiting_ODE",
4
+ "sched": "DPM_SOLVER_PP_O2-SCHED",
5
+ "batch": 128,
6
+ "epoch": 100,
7
+ "ddim_eta": null,
8
+ "infer_steps": 50,
9
+ "infer_start": 0.1,
10
+ "inpaint_mul": 1.0,
11
+ "eval_max_batch": 1500,
12
+ "learning_rate": 0.0002,
13
+ "clean_rate": 1.0,
14
+ "poison_rate": 0.7,
15
+ "trigger": "SM_STOP_SIGN",
16
+ "target": "FASHION",
17
+ "dataset_load_mode": "FIXED",
18
+ "solver_type": "ode",
19
+ "sde_type": "SDE-VP",
20
+ "psi": 1.0,
21
+ "ve_scale": 1.0,
22
+ "vp_scale": 1.0,
23
+ "gpu": "3",
24
+ "ckpt": "exp_GenBadDiffusion_Poison_Rates_DDPM_BadDiff_ODE/res_DDPM-CIFAR10-32_CIFAR10_ep100_ode_c1.0_p0.7_SM_STOP_SIGN-FASHION_psi1.0_lr0.0002_vp1.0_ve1.0_new-set",
25
+ "overwrite": true,
26
+ "postfix": "new-set",
27
+ "fclip": "o",
28
+ "save_image_epochs": 10,
29
+ "save_model_epochs": 5,
30
+ "is_save_all_model_epochs": false,
31
+ "sample_ep": null,
32
+ "result": "exp_GenBadDiffusion_Poison_Rates_DDPM_BadDiff_ODE",
33
+ "eval_sample_n": 16,
34
+ "measure_sample_n": 1024,
35
+ "batch_32": 128,
36
+ "batch_256": 64,
37
+ "gradient_accumulation_steps": 1,
38
+ "learning_rate_32_scratch": 0.0002,
39
+ "learning_rate_256_scratch": 2e-05,
40
+ "lr_warmup_steps": 500,
41
+ "mixed_precision": "fp16",
42
+ "push_to_hub": false,
43
+ "hub_private_repo": false,
44
+ "overwrite_output_dir": true,
45
+ "seed": 0,
46
+ "dataset_path": "datasets",
47
+ "ckpt_dir": "ckpt",
48
+ "data_ckpt_dir": "data.ckpt",
49
+ "ep_model_dir": "epochs",
50
+ "ckpt_path": null,
51
+ "data_ckpt_path": null,
52
+ "mode": "measure",
53
+ "dataset": "CIFAR10",
54
+ "output_dir": "exp_GenBadDiffusion_Poison_Rates_DDPM_BadDiff_ODE/res_DDPM-CIFAR10-32_CIFAR10_ep100_ode_c1.0_p0.7_SM_STOP_SIGN-FASHION_psi1.0_lr0.0002_vp1.0_ve1.0_new-set",
55
+ "device_ids": [
56
+ 0
57
+ ],
58
+ "clip": false
59
+ }