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