newsyctw commited on
Commit
2c59e76
1 Parent(s): 3cebf05
Files changed (1) hide show
  1. measure.json +60 -0
measure.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "generate",
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
+ "solver_type": "sde",
20
+ "sde_type": "SDE-VP",
21
+ "psi": 1,
22
+ "ve_scale": 1.0,
23
+ "vp_scale": 1.0,
24
+ "gpu": "3",
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": 5,
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": 10000,
36
+ "batch_32": 128,
37
+ "batch_256": 64,
38
+ "gradient_accumulation_steps": 1,
39
+ "learning_rate_32_scratch": 0.0002,
40
+ "learning_rate_256_scratch": 2e-05,
41
+ "lr_warmup_steps": 500,
42
+ "mixed_precision": "fp16",
43
+ "push_to_hub": false,
44
+ "hub_private_repo": false,
45
+ "overwrite_output_dir": true,
46
+ "seed": 0,
47
+ "dataset_path": "datasets",
48
+ "ckpt_dir": "ckpt",
49
+ "data_ckpt_dir": "data.ckpt",
50
+ "ep_model_dir": "epochs",
51
+ "ckpt_path": null,
52
+ "data_ckpt_path": null,
53
+ "mode": "measure",
54
+ "dataset": "CIFAR10",
55
+ "output_dir": "/work/u2941379/workspace/exp_baddiffusion_sde/res_DDPM-CIFAR10-32_CIFAR10_ep50_c1.0_p0.5_NONE-FASHION_new-set",
56
+ "device_ids": [
57
+ 0
58
+ ],
59
+ "clip": false
60
+ }