tianzhechu commited on
Commit
032d55e
·
verified ·
1 Parent(s): b1e153d

Upload cortex_chunk8/args.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. cortex_chunk8/args.json +151 -0
cortex_chunk8/args.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "cortex",
3
+ "list_models": false,
4
+ "train_path": "",
5
+ "val_path": "",
6
+ "multitask": true,
7
+ "train_paths": "/public/home/tianzhechu/beingh_stuff/easy_mode/0/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/1/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/10/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/11/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/12/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/13/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/2/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/3/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/4/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/5/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/6/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/7/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/8/pick_up_card_train_100/;/public/home/tianzhechu/beingh_stuff/easy_mode/9/pick_up_card_train_100/",
8
+ "val_paths": "/public/home/tianzhechu/beingh_stuff/easy_mode/0/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/1/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/10/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/11/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/12/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/13/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/2/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/3/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/4/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/5/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/6/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/7/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/8/pick_up_card_test/;/public/home/tianzhechu/beingh_stuff/easy_mode/9/pick_up_card_test/",
9
+ "feature_dir": "",
10
+ "val_feature_dir": "",
11
+ "feature_dirs": "",
12
+ "val_feature_dirs": "",
13
+ "representation_type": "img-depth-pos",
14
+ "camera_indices": "012",
15
+ "rgb_encoder": "siglip_so400m",
16
+ "depth_encoder": "resnet18",
17
+ "freeze_rgb_encoder": true,
18
+ "freeze_depth_encoder": false,
19
+ "precompute_rgb_features": false,
20
+ "fuse_rgbd": false,
21
+ "rgb_per_cam_output": 128,
22
+ "depth_per_cam_output": 32,
23
+ "pos_output_size": 128,
24
+ "eef_output_size": 32,
25
+ "hand_pos_output_size": 96,
26
+ "efforts_output_size": 64,
27
+ "velocity_output_size": 64,
28
+ "touch_output_size": 64,
29
+ "enable_crop": false,
30
+ "crop_size": "216,288",
31
+ "enable_downsample": false,
32
+ "downsample_size": "240,320",
33
+ "use_instruction": false,
34
+ "use_text_instruction": false,
35
+ "text_encoder": "clip",
36
+ "instructions_file": "workflow/instructions.json",
37
+ "num_instructions": 32,
38
+ "instruction_embed_dim": 128,
39
+ "obs_horizon": 1,
40
+ "action_horizon": 32,
41
+ "pred_horizon": 64,
42
+ "action_dim": 30,
43
+ "epochs": 100,
44
+ "batch_size": 128,
45
+ "gradient_accumulation_steps": 2,
46
+ "lr": 0.0001,
47
+ "weight_decay": 1e-05,
48
+ "num_workers": 16,
49
+ "pin_memory": true,
50
+ "load_img": true,
51
+ "isolate_episodes": true,
52
+ "gpu": "0",
53
+ "lazy_loading": true,
54
+ "cache_on_gpu": false,
55
+ "gradient_checkpointing": false,
56
+ "lr_schedule": "none",
57
+ "warmup_steps": 500,
58
+ "save_path": "/public/home/tianzhechu/checkpoints/cortex_chunk8",
59
+ "save_freq": 5,
60
+ "eval_freq": 5,
61
+ "resume": "",
62
+ "pretrained_ckpt": "",
63
+ "num_diffusion_iters": 100,
64
+ "use_ddim": false,
65
+ "diffusion_model_type": "auto",
66
+ "transformer_hidden_size": 256,
67
+ "transformer_depth": 8,
68
+ "transformer_num_heads": 4,
69
+ "transformer_causal_attn": true,
70
+ "transformer_n_cond_layers": 4,
71
+ "dp_cond_mask_prob": 0.0,
72
+ "dp_dedicated_instr_token": false,
73
+ "act_hidden_dim": 512,
74
+ "act_num_heads": 8,
75
+ "act_latent_dim": 32,
76
+ "act_kl_weight": 10.0,
77
+ "act_cond_mask_prob": 0.0,
78
+ "baku_hidden_size": 256,
79
+ "baku_depth": 8,
80
+ "baku_num_heads": 4,
81
+ "baku_ff_dim": 0,
82
+ "baku_dropout": 0.1,
83
+ "baku_use_film": true,
84
+ "rdt_text_encoder": "t5_xxl",
85
+ "rdt_token_max_len": 120,
86
+ "rdt_hidden_size": 512,
87
+ "rdt_depth": 12,
88
+ "rdt_num_heads": 8,
89
+ "rdt_ff_dim": 0,
90
+ "rdt_dropout": 0.0,
91
+ "rdt_num_diffusion_iters": 1000,
92
+ "rdt_num_inference_iters": 5,
93
+ "rdt_inference_scheduler": "dpmsolver",
94
+ "rdt_prediction_type": "sample",
95
+ "rdt_cond_mask_prob": 0.0,
96
+ "rdt_siglip_raw_dim": 1152,
97
+ "rdt_siglip_resolution": 384,
98
+ "rdt_siglip_pool_patches": 0,
99
+ "rdt_prop_dim": 30,
100
+ "rdt_ctrl_freq": 1.0,
101
+ "rdt_max_lang_cond_len": 1024,
102
+ "rdt_max_img_cond_len": 4368,
103
+ "dpmax_hidden_size": 512,
104
+ "dpmax_depth": 8,
105
+ "dpmax_num_heads": 8,
106
+ "dpmax_ff_dim": 0,
107
+ "dpmax_dropout": 0.0,
108
+ "dpmax_cond_mask_prob": 0.0,
109
+ "dpmax_dinov2_raw_dim": 1024,
110
+ "dpmax_prop_dim": 30,
111
+ "cortex_hidden_size": 768,
112
+ "cortex_depth": 12,
113
+ "cortex_num_heads": 12,
114
+ "cortex_ff_dim": 0,
115
+ "cortex_dropout": 0.0,
116
+ "cortex_siglip_raw_dim": 1152,
117
+ "cortex_prop_dim": 30,
118
+ "cortex_text_token_max_len": 64,
119
+ "cortex_num_diffusion_iters": 1000,
120
+ "cortex_num_inference_iters": 5,
121
+ "cortex_inference_scheduler": "dpmsolver",
122
+ "cortex_prediction_type": "sample",
123
+ "cortex_cond_mask_prob": 0.0,
124
+ "cortex_refiner_hidden": 256,
125
+ "cortex_refiner_depth": 3,
126
+ "cortex_refiner_weight": 1.0,
127
+ "cortex_refiner_clean_prob": 0.1,
128
+ "cortex_refine_chunk_size": 8,
129
+ "cortex_dp_cond_mask_prob": 0.0,
130
+ "cortex_dp_dedicated_instr_token": false,
131
+ "cortex_dp_prop_dim": 30,
132
+ "cortex_dp_refiner_hidden": 256,
133
+ "cortex_dp_refiner_depth": 3,
134
+ "cortex_dp_refiner_weight": 1.0,
135
+ "cortex_dp_refiner_clean_prob": 0.1,
136
+ "cortex_dp_refine_chunk_size": 1,
137
+ "beingh_pretrained_path": "",
138
+ "beingh_freeze_llm": false,
139
+ "beingh_freeze_vit": true,
140
+ "beingh_freeze_connector": false,
141
+ "beingh_prop_dim": 30,
142
+ "beingh_num_inference_steps": 4,
143
+ "beingh_cond_mask_prob": 0.1,
144
+ "use_amp": true,
145
+ "compile": false,
146
+ "use_wandb": true,
147
+ "wandb_project": "TexasPoker_Cortex",
148
+ "wandb_entity": "winniechen2002",
149
+ "wandb_exp_name": "cortex_chunk8_0417_1730",
150
+ "_epoch": 99
151
+ }