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