newsyctw commited on
Commit
f6235e4
1 Parent(s): 58b956a
Files changed (1) hide show
  1. measure.json +51 -0
measure.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "poisoned_inpaint_line",
3
+ "project": "Inpaint",
4
+ "sched": null,
5
+ "batch": 128,
6
+ "epoch": 50,
7
+ "infer_steps": 1000,
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": "TRIGGER",
14
+ "dataset_load_mode": "FIXED",
15
+ "gpu": "2",
16
+ "ckpt": "res_DDPM-CIFAR10-32_CIFAR10_ep50_c1.0_p0.1_SM_BOX_MED-TRIGGER_new-set",
17
+ "overwrite": true,
18
+ "postfix": "new-set",
19
+ "fclip": "o",
20
+ "save_image_epochs": 20,
21
+ "save_model_epochs": 5,
22
+ "is_save_all_model_epochs": false,
23
+ "sample_ep": null,
24
+ "result": ".",
25
+ "eval_sample_n": 16,
26
+ "measure_sample_n": 2048,
27
+ "batch_32": 128,
28
+ "batch_256": 64,
29
+ "gradient_accumulation_steps": 1,
30
+ "learning_rate_32_scratch": 0.0002,
31
+ "learning_rate_256_scratch": 2e-05,
32
+ "lr_warmup_steps": 500,
33
+ "mixed_precision": "fp16",
34
+ "push_to_hub": false,
35
+ "hub_private_repo": false,
36
+ "overwrite_output_dir": true,
37
+ "seed": 0,
38
+ "dataset_path": "datasets",
39
+ "ckpt_dir": "ckpt",
40
+ "data_ckpt_dir": "data.ckpt",
41
+ "ep_model_dir": "epochs",
42
+ "ckpt_path": null,
43
+ "data_ckpt_path": null,
44
+ "mode": "measure",
45
+ "dataset": "CIFAR10",
46
+ "output_dir": "res_DDPM-CIFAR10-32_CIFAR10_ep50_c1.0_p0.1_SM_BOX_MED-TRIGGER_new-set",
47
+ "device_ids": [
48
+ 0
49
+ ],
50
+ "clip": false
51
+ }