newsyctw commited on
Commit
569d617
1 Parent(s): f282575
Files changed (1) hide show
  1. args.json +33 -0
args.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project": "LDM_BadDiff_ODE_400EP_FP16",
3
+ "mode": "train+measure",
4
+ "task": null,
5
+ "dataset": "CELEBA-HQ-LATENT",
6
+ "sched": "UNIPC-SCHED",
7
+ "ddim_eta": null,
8
+ "infer_steps": 20,
9
+ "batch": 16,
10
+ "eval_max_batch": null,
11
+ "epoch": 2000,
12
+ "learning_rate": 0.0002,
13
+ "clean_rate": 1.0,
14
+ "poison_rate": 0.3,
15
+ "trigger": "GLASSES",
16
+ "target": "CAT",
17
+ "dataset_load_mode": "NONE",
18
+ "solver_type": "ode",
19
+ "sde_type": "SDE-LDM",
20
+ "psi": 1.0,
21
+ "ve_scale": 1.0,
22
+ "vp_scale": 1.0,
23
+ "gpu": "3",
24
+ "ckpt": "LDM-CELEBA-HQ-256",
25
+ "overwrite": true,
26
+ "postfix": "new-set",
27
+ "fclip": "o",
28
+ "save_image_epochs": 1,
29
+ "save_model_epochs": 1,
30
+ "is_save_all_model_epochs": false,
31
+ "sample_ep": null,
32
+ "result": "exp_GenBadDiffusion_LDM_BadDiff_ODE_400EP_FP16"
33
+ }