Wuhuwill commited on
Commit
ff5c776
·
verified ·
1 Parent(s): ee2fb80

Upload ProDiff/Experiments/trajectory_exp_may_data_TKY_len3_ddpm_20250724-100624/config_used.txt with huggingface_hub

Browse files
ProDiff/Experiments/trajectory_exp_may_data_TKY_len3_ddpm_20250724-100624/config_used.txt ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": {
3
+ "dataset": "TKY",
4
+ "traj_path1": "./data/",
5
+ "traj_length": 3,
6
+ "channels": 2,
7
+ "uniform_dequantization": false,
8
+ "gaussian_dequantization": false,
9
+ "num_workers": true
10
+ },
11
+ "model": {
12
+ "type": "simple",
13
+ "attr_dim": 8,
14
+ "guidance_scale": 2,
15
+ "in_channels": 3,
16
+ "out_ch": 3,
17
+ "ch": 128,
18
+ "ch_mult": [
19
+ 1,
20
+ 2,
21
+ 2,
22
+ 2
23
+ ],
24
+ "num_res_blocks": 2,
25
+ "attn_resolutions": [
26
+ 16
27
+ ],
28
+ "dropout": 0.1,
29
+ "var_type": "fixedlarge",
30
+ "resamp_with_conv": true,
31
+ "loss_type": "l1"
32
+ },
33
+ "trans": {
34
+ "input_dim": 3,
35
+ "embed_dim": 512,
36
+ "num_layers": 4,
37
+ "num_heads": 8,
38
+ "forward_dim": 256,
39
+ "dropout": 0.1,
40
+ "N_CLUSTER": 20
41
+ },
42
+ "diffusion": {
43
+ "beta_schedule": "linear",
44
+ "beta_start": 0.0001,
45
+ "beta_end": 0.05,
46
+ "num_diffusion_timesteps": 500
47
+ },
48
+ "training": {
49
+ "batch_size": 256,
50
+ "n_epochs": 100,
51
+ "n_iters": 5000000,
52
+ "snapshot_freq": 5000,
53
+ "validation_freq": 10,
54
+ "dis_gpu": false,
55
+ "learning_rate": 0.0002,
56
+ "warmup_epochs": 10,
57
+ "contrastive_margin": 1.0,
58
+ "use_amp": true,
59
+ "kmeans_memory_size": 10,
60
+ "ce_loss_weight": 0.1,
61
+ "diffusion_loss_weight": 1.0,
62
+ "contrastive_loss_weight": 1.0
63
+ },
64
+ "sampling": {
65
+ "batch_size": 64,
66
+ "last_only": true,
67
+ "type": "ddpm",
68
+ "ddim_steps": 50,
69
+ "ddim_eta": 0.0
70
+ },
71
+ "debug": false,
72
+ "device_id": 0
73
+ }