newsyctw commited on
Commit
42d6c76
1 Parent(s): e238d41
Files changed (1) hide show
  1. measure.json +65 -0
measure.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "generate",
3
+ "project": "Poison_Rates_NCSNPP_TrojDiff_SDE_Std_FLEX",
4
+ "sched": "SCORE-SDE-VE-SCHED",
5
+ "batch": 128,
6
+ "epoch": 20,
7
+ "ddim_eta": null,
8
+ "infer_steps": 1000,
9
+ "eval_max_batch": 1500,
10
+ "learning_rate": 2e-05,
11
+ "clean_rate": 1.0,
12
+ "poison_rate": 4.0,
13
+ "trigger": "SM_STOP_SIGN",
14
+ "target": "FEDORA_HAT",
15
+ "dataset_load_mode": "EXTEND",
16
+ "R_trigger_only": true,
17
+ "ext_R_trigger_only": false,
18
+ "R_gaussian_aug": 0.0,
19
+ "trigger_augment": false,
20
+ "trigger_augment_weight": 1.0,
21
+ "solver_type": "sde",
22
+ "sde_type": "SDE-VE",
23
+ "psi": 0.0,
24
+ "ve_scale": 1.0,
25
+ "vp_scale": 1.0,
26
+ "rhos_hat_w": 1.0,
27
+ "rhos_hat_b": 0.0,
28
+ "gpu": "1",
29
+ "ckpt": "exp_GenBadDiffusion_NCSNPP_CIFAR10_TrojDiff_SDE_EXTEND/res_NCSN_CIFAR10_my_CIFAR10_ep20_sde_c1.0_p4.0_epr0.1_SM_STOP_SIGN-FEDORA_HAT_psi0.0_lr2e-05_rhw1.0_rhb0.0_extend_new-set",
30
+ "overwrite": true,
31
+ "postfix": "extend_new-set",
32
+ "fclip": "o",
33
+ "save_image_epochs": 5,
34
+ "save_model_epochs": 5,
35
+ "is_save_all_model_epochs": false,
36
+ "sample_ep": null,
37
+ "result": "exp_GenBadDiffusion_NCSNPP_CIFAR10_TrojDiff_SDE_EXTEND",
38
+ "eval_sample_n": 16,
39
+ "measure_sample_n": 10000,
40
+ "batch_32": 128,
41
+ "batch_256": 64,
42
+ "gradient_accumulation_steps": 1,
43
+ "learning_rate_32_scratch": 0.0002,
44
+ "learning_rate_256_scratch": 2e-05,
45
+ "lr_warmup_steps": 500,
46
+ "mixed_precision": "no",
47
+ "push_to_hub": false,
48
+ "hub_private_repo": false,
49
+ "overwrite_output_dir": true,
50
+ "seed": 0,
51
+ "dataset_path": "datasets",
52
+ "ckpt_dir": "ckpt",
53
+ "data_ckpt_dir": "data.ckpt",
54
+ "ep_model_dir": "epochs",
55
+ "ckpt_path": null,
56
+ "data_ckpt_path": null,
57
+ "mode": "measure",
58
+ "dataset": "CIFAR10",
59
+ "ext_poison_rate": 0.1,
60
+ "output_dir": "exp_GenBadDiffusion_NCSNPP_CIFAR10_TrojDiff_SDE_EXTEND/res_NCSN_CIFAR10_my_CIFAR10_ep20_sde_c1.0_p4.0_epr0.1_SM_STOP_SIGN-FEDORA_HAT_psi0.0_lr2e-05_rhw1.0_rhb0.0_extend_new-set",
61
+ "device_ids": [
62
+ 0
63
+ ],
64
+ "clip": false
65
+ }