newsyctw commited on
Commit
8d57ada
1 Parent(s): f5bd58a
Files changed (1) hide show
  1. args.json +37 -0
args.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project": "default",
3
+ "mode": "train",
4
+ "task": null,
5
+ "dataset": "CIFAR10",
6
+ "sched": "DDIM-SCHED",
7
+ "ddim_eta": null,
8
+ "infer_steps": 50,
9
+ "infer_start": null,
10
+ "inpaint_mul": null,
11
+ "batch": 128,
12
+ "eval_max_batch": null,
13
+ "epoch": 15,
14
+ "learning_rate": null,
15
+ "clean_rate": 1.0,
16
+ "poison_rate": 0.7,
17
+ "ext_poison_rate": null,
18
+ "trigger": "SM_STOP_SIGN",
19
+ "target": "FEDORA_HAT",
20
+ "dataset_load_mode": null,
21
+ "solver_type": "ode",
22
+ "sde_type": "SDE-VP",
23
+ "psi": 1.0,
24
+ "ve_scale": 1.0,
25
+ "vp_scale": 1.0,
26
+ "gpu": "1",
27
+ "ckpt": "DDPM-CIFAR10-32",
28
+ "overwrite": true,
29
+ "R_trigger_only": false,
30
+ "postfix": "new-set",
31
+ "fclip": "o",
32
+ "save_image_epochs": 1,
33
+ "save_model_epochs": 5,
34
+ "is_save_all_model_epochs": false,
35
+ "sample_ep": null,
36
+ "result": "/work/u2941379/workspace/exp_baddiffusion_sde"
37
+ }