Upload folder using huggingface_hub
Browse files- action_head--120000_checkpoint.pt +1 -1
- args_config.json +16 -16
- config.json +1 -1
- lora_adapter/adapter_config.json +10 -10
- lora_adapter/adapter_model.safetensors +1 -1
- model-00001-of-00004.safetensors +1 -1
- model-00002-of-00004.safetensors +1 -1
- model-00003-of-00004.safetensors +1 -1
- optimizer--120000_checkpoint.pt +2 -2
- proprio_projector--120000_checkpoint.pt +1 -1
- scheduler--120000_checkpoint.pt +1 -1
- tracking_head--120000_checkpoint.pt +3 -0
action_head--120000_checkpoint.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 302242674
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b08640773bd358a48191b286f942b17c9aa4136014d4166007b3b9d5b3595cf1
|
| 3 |
size 302242674
|
args_config.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
| 7 |
"robocasa_task_suite": "robocasa",
|
| 8 |
"data_root_dir": "datasets/rlds",
|
| 9 |
"dataset_name": "robocasa",
|
| 10 |
-
"run_root_dir": "/weka/jisookim/experiment/openvla/robocasa/ckpt/
|
| 11 |
"shuffle_buffer_size": 100000,
|
| 12 |
"window_stride": 1,
|
| 13 |
"action_chunk_size": null,
|
| 14 |
-
"tracking_tracks_root":
|
| 15 |
"tracking_tracks_filename": "vertex_tracks_face_uniform.npy",
|
| 16 |
"precomputed_statistics_path": "/weka/jisookim/dataset/robocasa/datasets/single_stage_regenerate/robocasa_statistics.json",
|
| 17 |
"use_l1_regression": true,
|
|
@@ -20,24 +20,24 @@
|
|
| 20 |
"use_film": false,
|
| 21 |
"num_images_in_input": 3,
|
| 22 |
"use_pointcloud_input": false,
|
| 23 |
-
"pointcloud_input_num_points":
|
| 24 |
"pointcloud_input_dim": 3,
|
| 25 |
"use_proprio": true,
|
| 26 |
-
"use_tracking_head":
|
| 27 |
-
"tracking_dim":
|
| 28 |
-
"tracking_num_points":
|
| 29 |
-
"tracking_hidden_dim":
|
| 30 |
-
"tracking_num_blocks":
|
| 31 |
-
"tracking_head_type": "
|
| 32 |
"tracking_loss_weight": 1.0,
|
| 33 |
"tracking_label_key": null,
|
| 34 |
-
"tracking_use_point_features":
|
| 35 |
-
"tracking_point_hidden_dim":
|
| 36 |
-
"tracking_use_pointcloud_input":
|
| 37 |
-
"save_tracking_viz":
|
| 38 |
-
"tracking_viz_freq":
|
| 39 |
"tracking_viz_max_points": 2000,
|
| 40 |
-
"tracking_viz_dir":
|
| 41 |
"normalize_pointcloud": true,
|
| 42 |
"normalize_tracking": true,
|
| 43 |
"batch_size": 8,
|
|
@@ -63,7 +63,7 @@
|
|
| 63 |
"merge_lora_during_training": true,
|
| 64 |
"use_wandb": false,
|
| 65 |
"use_tensorboard": true,
|
| 66 |
-
"tensorboard_log_dir": "/weka/jisookim/experiment/openvla/robocasa/runs/
|
| 67 |
"wandb_entity": "your-wandb-entity",
|
| 68 |
"wandb_project": "your-wandb-project",
|
| 69 |
"run_id_note": "robocasa_single_stage_regenerate_3image--proprio_state_b16_aug",
|
|
|
|
| 7 |
"robocasa_task_suite": "robocasa",
|
| 8 |
"data_root_dir": "datasets/rlds",
|
| 9 |
"dataset_name": "robocasa",
|
| 10 |
+
"run_root_dir": "/weka/jisookim/experiment/openvla/robocasa/ckpt/robocasa_1024_input_head_onlytrack_mlp_8_stride1_hidden1024_blocks4_b16",
|
| 11 |
"shuffle_buffer_size": 100000,
|
| 12 |
"window_stride": 1,
|
| 13 |
"action_chunk_size": null,
|
| 14 |
+
"tracking_tracks_root": "/weka/jisookim/dataset/robocasa/datasets/pointrack",
|
| 15 |
"tracking_tracks_filename": "vertex_tracks_face_uniform.npy",
|
| 16 |
"precomputed_statistics_path": "/weka/jisookim/dataset/robocasa/datasets/single_stage_regenerate/robocasa_statistics.json",
|
| 17 |
"use_l1_regression": true,
|
|
|
|
| 20 |
"use_film": false,
|
| 21 |
"num_images_in_input": 3,
|
| 22 |
"use_pointcloud_input": false,
|
| 23 |
+
"pointcloud_input_num_points": 1024,
|
| 24 |
"pointcloud_input_dim": 3,
|
| 25 |
"use_proprio": true,
|
| 26 |
+
"use_tracking_head": true,
|
| 27 |
+
"tracking_dim": 3,
|
| 28 |
+
"tracking_num_points": 1024,
|
| 29 |
+
"tracking_hidden_dim": 1024,
|
| 30 |
+
"tracking_num_blocks": 4,
|
| 31 |
+
"tracking_head_type": "with_point_input",
|
| 32 |
"tracking_loss_weight": 1.0,
|
| 33 |
"tracking_label_key": null,
|
| 34 |
+
"tracking_use_point_features": true,
|
| 35 |
+
"tracking_point_hidden_dim": 1024,
|
| 36 |
+
"tracking_use_pointcloud_input": true,
|
| 37 |
+
"save_tracking_viz": true,
|
| 38 |
+
"tracking_viz_freq": 2000,
|
| 39 |
"tracking_viz_max_points": 2000,
|
| 40 |
+
"tracking_viz_dir": "/weka/jisookim/experiment/openvla/robocasa/ckpt/robocasa_1024_input_head_onlytrack_mlp_8_stride1_hidden1024_blocks4_b16/videos",
|
| 41 |
"normalize_pointcloud": true,
|
| 42 |
"normalize_tracking": true,
|
| 43 |
"batch_size": 8,
|
|
|
|
| 63 |
"merge_lora_during_training": true,
|
| 64 |
"use_wandb": false,
|
| 65 |
"use_tensorboard": true,
|
| 66 |
+
"tensorboard_log_dir": "/weka/jisookim/experiment/openvla/robocasa/runs/tensorboard_robocasa_1024_input_head_onlytrack_mlp_8_stride1_hidden1024_blocks4_b16",
|
| 67 |
"wandb_entity": "your-wandb-entity",
|
| 68 |
"wandb_project": "your-wandb-project",
|
| 69 |
"run_id_note": "robocasa_single_stage_regenerate_3image--proprio_state_b16_aug",
|
config.json
CHANGED
|
@@ -3166,4 +3166,4 @@
|
|
| 3166 |
"transformers_version": "4.40.1",
|
| 3167 |
"use_fused_vision_backbone": true,
|
| 3168 |
"vision_backbone_id": "dinosiglip-vit-so-224px"
|
| 3169 |
-
}
|
|
|
|
| 3166 |
"transformers_version": "4.40.1",
|
| 3167 |
"use_fused_vision_backbone": true,
|
| 3168 |
"vision_backbone_id": "dinosiglip-vit-so-224px"
|
| 3169 |
+
}
|
lora_adapter/adapter_config.json
CHANGED
|
@@ -23,21 +23,21 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"qkv",
|
| 27 |
-
"up_proj",
|
| 28 |
-
"proj",
|
| 29 |
-
"gate_proj",
|
| 30 |
-
"lm_head",
|
| 31 |
-
"fc1",
|
| 32 |
"o_proj",
|
| 33 |
"v_proj",
|
|
|
|
|
|
|
|
|
|
| 34 |
"q",
|
| 35 |
-
"
|
| 36 |
-
"
|
|
|
|
| 37 |
"q_proj",
|
| 38 |
-
"
|
|
|
|
|
|
|
| 39 |
"kv",
|
| 40 |
-
"
|
| 41 |
],
|
| 42 |
"task_type": null,
|
| 43 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"o_proj",
|
| 27 |
"v_proj",
|
| 28 |
+
"fc1",
|
| 29 |
+
"qkv",
|
| 30 |
+
"k_proj",
|
| 31 |
"q",
|
| 32 |
+
"proj",
|
| 33 |
+
"up_proj",
|
| 34 |
+
"down_proj",
|
| 35 |
"q_proj",
|
| 36 |
+
"fc3",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"lm_head",
|
| 39 |
"kv",
|
| 40 |
+
"fc2"
|
| 41 |
],
|
| 42 |
"task_type": null,
|
| 43 |
"use_dora": false,
|
lora_adapter/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 484458600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4a241ef42ce1fa31fc61bcca47fa6e335621b23f472d5834472a35c935a463e
|
| 3 |
size 484458600
|
model-00001-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4925122448
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0c0a7348bc73847b22256282b548f9e0385a02ca5a03086cb0f31f4394c27d8
|
| 3 |
size 4925122448
|
model-00002-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4947392496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74f76a91f68eee9ccdaedf98a9a21bd1e754a686e0024786ac6cacfd5632f65b
|
| 3 |
size 4947392496
|
model-00003-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4947417456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31eb9d537ef486bb9742c2fda911fd953fcda7a12241f1a96376a546dedc36f6
|
| 3 |
size 4947417456
|
optimizer--120000_checkpoint.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a73fac2146398c5d09dd30d455c7960feb39dafcf091459a2cfd0f613b83acb
|
| 3 |
+
size 1323034886
|
proprio_projector--120000_checkpoint.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 67275256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90c302acfb3ba7f1943e546cc5e57a4d7aaa1b2a51878ae17b6c6faf4f6faa0c
|
| 3 |
size 67275256
|
scheduler--120000_checkpoint.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1268
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4d6c50173467eac5f884a4da989dd1eff84d950e82f1a35e6d41991cea01020
|
| 3 |
size 1268
|
tracking_head--120000_checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fded1f234aa98489765418febd0ca758313f1e4cf53c5781e0c4904d2ed84b32
|
| 3 |
+
size 75676922
|