Upload folder using huggingface_hub
Browse files- README.md +190 -3
- esm/esm.safetensors +3 -0
- falcon-3dpc-fc-calvin-abc/ckpts/falcon_3dpc_fc_calvin_abc.pt +3 -0
- falcon-3dpc-fc-calvin-abc/logs/logs.json +172 -0
- falcon-esm-fc-calvin-abc-wdepth/ckpts/falcon_esm_fc_calvin_abc_wdepth.pt +3 -0
- falcon-esm-fc-calvin-abc-wdepth/logs/logs.json +168 -0
- falcon-esm-fc-calvin-abc/ckpts/falcon_esm_fc_calvin_abc.pt +3 -0
- falcon-esm-fc-calvin-abc/logs/logs.json +168 -0
- falcon-esm-fc-simpler-bridge/ckpts/falcon_esm_fc_simpler_bridge.pt +3 -0
- falcon-esm-fc-simpler-bridge/logs/logs.json +179 -0
- falcon-esm-fc-simpler-gr/ckpts/falcon_esm_fc_simpler_gr.pt +3 -0
- falcon-esm-fc-simpler-gr/logs/logs.json +179 -0
- falcon-esm-lstm-calvin-abc/ckpts/falcon_esm_lstm_calvin_abc.pt +3 -0
- falcon-esm-lstm-calvin-abc/logs/logs.json +168 -0
- falcon-esm-lstm-calvin-abcd/ckpts/falcon_esm_lstm_calvin_abcd.pt +3 -0
- falcon-esm-lstm-calvin-abcd/logs/logs.json +168 -0
README.md
CHANGED
|
@@ -1,3 +1,190 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div align="center">
|
| 2 |
+
|
| 3 |
+
# | *FALCON* | From Spatial to Actions: <br>Grounding Vision-Language-Action Model in Spatial Foundation Priors (ICLR 2026)
|
| 4 |
+
|
| 5 |
+
<a href="https://arxiv.org/abs/2510.17439" target="_blank">
|
| 6 |
+
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-FALCON-red?logo=arxiv" height="25" />
|
| 7 |
+
</a>
|
| 8 |
+
<a href="https://falcon-vla.github.io/" target="_blank">
|
| 9 |
+
<img alt="Website" src="https://img.shields.io/badge/🌎_Website-falcon.io-blue.svg" height="25" />
|
| 10 |
+
</a>
|
| 11 |
+
<a href="https://github.com/FALCON-VLA" target="_blank">
|
| 12 |
+
<img alt="GitHub Code: FALCON" src="https://img.shields.io/badge/Code-FALCON-181717?logo=github&logoColor=white" height="25" />
|
| 13 |
+
</a>
|
| 14 |
+
<a href="https://huggingface.co/papers/2510.17439" target="_blank">
|
| 15 |
+
<img alt="HF Paper: FALCON" src="https://img.shields.io/badge/%F0%9F%A4%97%20_Paper-FALCON-ffc107?color=ffc107&logoColor=white" height="25" />
|
| 16 |
+
</a>
|
| 17 |
+
<!-- <a href="https://huggingface.co/datasets/robovlms/bytedance_robot_benchmark_20" target="_blank">
|
| 18 |
+
<img alt="HF Dataset: BDRBench-20" src="https://img.shields.io/badge/%F0%9F%A4%97%20_Dataset-BDRBench20-ffc107?color=ffc107&logoColor=white" height="25" />
|
| 19 |
+
</a> -->
|
| 20 |
+
<br>
|
| 21 |
+
<a href="https://www.python.org/" target="_blank">
|
| 22 |
+
<img alt="Python 3.8" src="https://img.shields.io/badge/Python-%3E=3.8-blue" height="25" />
|
| 23 |
+
</a>
|
| 24 |
+
<a href="https://pytorch.org/" target="_blank">
|
| 25 |
+
<img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-%3E=2.1-orange" height="25" />
|
| 26 |
+
</a>
|
| 27 |
+
|
| 28 |
+
</div>
|
| 29 |
+
|
| 30 |
+
<div align="center">
|
| 31 |
+
<br>
|
| 32 |
+
<div style="text-align: center;">
|
| 33 |
+
<a href="https://scholar.google.com/citations?user=8nrJ1vsAAAAJ&hl=en" target="_blank">Zhengshen Zhang</a>  
|
| 34 |
+
<a href="https://scholar.google.com/citations?user=4dokjDoAAAAJ&hl=zh-CN" target="_blank">Hao Li</a>  
|
| 35 |
+
<a href="https://scholar.google.com/citations?user=6XyNVowAAAAJ&hl=en" target="_blank">Yalun Dai</a>  
|
| 36 |
+
<a href="https://scholar.google.com/citations?user=ozatRA0AAAAJ&hl=zh-CN" target="_blank">Zhengbang Zhu</a>  
|
| 37 |
+
<a href="https://scholar.google.com/citations?user=VhToj4wAAAAJ&hl=zh-CN" target="_blank">Lei Zhou</a>  
|
| 38 |
+
<br>
|
| 39 |
+
<a href="https://sg.linkedin.com/in/liu-chenchen" target="_blank">Chenchen Liu</a>  
|
| 40 |
+
<a href="" target="_blank">Dong Wang</a>  
|
| 41 |
+
<a href="https://scholar.google.com/citations?user=mfH9UFIAAAAJ&hl=en" target="_blank">Francis E. H. Tay</a>  
|
| 42 |
+
<a href="https://ch3cook-fdu.github.io/" target="_blank">Sijin Chen</a>  
|
| 43 |
+
<br>
|
| 44 |
+
<a href="https://liuziwei7.github.io/" target="_blank">Ziwei Liu</a>  
|
| 45 |
+
<a href="https://scholar.google.com/citations?user=i8wNtSgAAAAJ&hl=en" target="_blank">Yuxiao Liu</a><sup>*</sup><sup>†</sup>  
|
| 46 |
+
<a href="https://scholar.google.com/citations?user=laOWyTQAAAAJ&hl=zh-CN" target="_blank">Xinghang Li</a><sup>*</sup>  
|
| 47 |
+
<a href="https://panzhous.github.io/" target="_blank">Pan Zhou</a><sup>*</sup>  
|
| 48 |
+
<br>
|
| 49 |
+
<p style="text-align: center; margin-bottom: 0;">
|
| 50 |
+
<span class="author-note"><sup>*</sup>Corresponding Author</span> 
|
| 51 |
+
<span class="author-note"><sup>†</sup>Project Lead</span>
|
| 52 |
+
</p>
|
| 53 |
+
<br>
|
| 54 |
+
<p style="text-align: center;">
|
| 55 |
+
ByteDance Seed <br>
|
| 56 |
+
National University of Singapore   Nanyang Technological University <br>
|
| 57 |
+
Tsinghua University   Singapore Management University</p>
|
| 58 |
+
</div>
|
| 59 |
+
</div>
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
## 🚀 Introduction
|
| 63 |
+
Existing vision-language-action (VLA) models act in 3D real-world but are typically built on 2D encoders, leaving a spatial reasoning gap that limits generalization and adaptability. In this work, we introduce **FALCON (From Spatial to Action)**, a novel paradigm that injects rich 3D spatial tokens into the action head of a VLA model, enabling robust spatial understanding and SOTA performance across diverse manipulation tasks without disrupting vision-language alignment. See our paper at [here](https://arxiv.org/abs/2510.17439).
|
| 64 |
+
|
| 65 |
+
## 🤗 Model Zoo
|
| 66 |
+
We provide the following model weights and their config files in our paper:
|
| 67 |
+
|
| 68 |
+
<table>
|
| 69 |
+
<tr>
|
| 70 |
+
<th>Model Name</th>
|
| 71 |
+
<th>VLA Model</th>
|
| 72 |
+
<th>Embodied Spatial Model</th>
|
| 73 |
+
<th>Note</th>
|
| 74 |
+
</tr>
|
| 75 |
+
<tr>
|
| 76 |
+
<td>FALCON-FC-CALVIN-ABC</td>
|
| 77 |
+
<td><a href="">falcon-esm-fc-calvin-abc-pt</a></td>
|
| 78 |
+
<td><a href="">esm-1b</a></td>
|
| 79 |
+
<td>finetune on calvin-abc with RGB inputs to ESM, Tab. 4 and 5.</td>
|
| 80 |
+
</tr>
|
| 81 |
+
<tr>
|
| 82 |
+
<td>FALCON-FC-CALVIN-ABC-WDepth</td>
|
| 83 |
+
<td><a href="">falcon-esm-fc-calvin-abc-wdepth-pt</a></td>
|
| 84 |
+
<td><a href="">esm-1b</a></td>
|
| 85 |
+
<td>finetune on calvin-abc with RGB-D inputs to ESM, Tab. 5.</td>
|
| 86 |
+
</tr>
|
| 87 |
+
<tr>
|
| 88 |
+
<td>FALCON-3DPC-FC-CALVIN-ABC</td>
|
| 89 |
+
<td><a href="">falcon-3dpc-fc-calvin-abc-pt</a></td>
|
| 90 |
+
<td><a href="https://github.com/YanjieZe/Improved-3D-Diffusion-Policy">improved DP3 encoder</a></td>
|
| 91 |
+
<td>finetune on calvin-abc with point cloud inputs to idp3 encoder, Tab. 5-Kosmos-VLA <i>(w/ rgb-d)</i>.</td>
|
| 92 |
+
</tr>
|
| 93 |
+
<tr>
|
| 94 |
+
<td>FALCON-LSTM-CALVIN-ABC</td>
|
| 95 |
+
<td><a href="">falcon-lstm-calvin-abc-pt</a></td>
|
| 96 |
+
<td><a href="">esm-1b</a></td>
|
| 97 |
+
<td>finetune on calvin-abc with RGB inputs to ESM, Tab. 1.</td>
|
| 98 |
+
</tr>
|
| 99 |
+
<tr>
|
| 100 |
+
<td>FALCON-LSTM-CALVIN-ABCD</td>
|
| 101 |
+
<td><a href="">falcon-lstm-calvin-abcd-pt</a></td>
|
| 102 |
+
<td><a href="">esm-1b</a></td>
|
| 103 |
+
<td>finetune on calvin-abcd with RGB inputs to ESM, Tab. 1.</td>
|
| 104 |
+
</tr>
|
| 105 |
+
<tr>
|
| 106 |
+
<td>FALCON-FC-SimplerEnv-Bridge</td>
|
| 107 |
+
<td><a href="">falcon-fc-simpler-bridge-pt</a></td>
|
| 108 |
+
<td><a href="">esm-1b</a></td>
|
| 109 |
+
<td>pretrained on oxe then finetune on bridge dataset with RGB inputs to ESM, Tab. 2.</td>
|
| 110 |
+
</tr>
|
| 111 |
+
<tr>
|
| 112 |
+
<td>FALCON-FC-SimplerEnv-Fractal</td>
|
| 113 |
+
<td><a href="">falcon-fc-simpler-fractal-pt</a></td>
|
| 114 |
+
<td><a href="">esm-1b</a></td>
|
| 115 |
+
<td>pretrained on oxe then finetune on fractal dataset with RGB inputs to ESM, Tab. 3.</td>
|
| 116 |
+
</tr>
|
| 117 |
+
</table>
|
| 118 |
+
|
| 119 |
+
## 📦 Usage
|
| 120 |
+
FALCON can be used to predict action based on the vision and language input. FALCON supports several VLA structures, multi-view input, and multi-sensory input (RGB, RGB-D, point cloud). Taking `FALCON-FC-CALVIN-ABC` as an example:
|
| 121 |
+
|
| 122 |
+
```python
|
| 123 |
+
import torch
|
| 124 |
+
import json, functools
|
| 125 |
+
from PIL import Image
|
| 126 |
+
from copy import deepcopy
|
| 127 |
+
from falcon.train.base_trainer import BaseTrainer
|
| 128 |
+
from falcon.data.data_utils import preprocess_image
|
| 129 |
+
from falcon.data.data_utils import get_text_function
|
| 130 |
+
from falcon.model.policy_head.esm_utils.vggt.utils.load_fn import load_and_preprocess_images_square_new
|
| 131 |
+
|
| 132 |
+
configs = josn.load(open('configs/falcon-esm-fc-calvin-abc.json', 'r'))
|
| 133 |
+
pretrained_path = 'checkpoints/falcon-esm-fc-calvin-abc-pt'
|
| 134 |
+
configs['model_load_path'] = pretrained_path
|
| 135 |
+
|
| 136 |
+
model = BaseTrainer.from_checkpoint(configs)
|
| 137 |
+
|
| 138 |
+
image_fn = functools.partial(
|
| 139 |
+
preprocess_image,
|
| 140 |
+
image_processor=model.model.image_processor,
|
| 141 |
+
model_type=configs["model"],
|
| 142 |
+
)
|
| 143 |
+
text_fn = get_text_function(model.model.tokenizer, configs["model"])
|
| 144 |
+
prompt = "Task: pull the handle to open the drawer"
|
| 145 |
+
text_tensor, attention_mask = text_fn([prompt])
|
| 146 |
+
|
| 147 |
+
for step in range(MAX_STEPS):
|
| 148 |
+
image: Image.Image = get_from_side_camera(...)
|
| 149 |
+
# get inputs for esm
|
| 150 |
+
image_vggt = deepcopy(image)
|
| 151 |
+
image = image_fn([image]).unsqueeze(0)
|
| 152 |
+
|
| 153 |
+
esm_target_size = 224
|
| 154 |
+
image_vggt_x, _ = load_and_preprocess_images_square_new([image_vggt], target_size=esm_target_size)
|
| 155 |
+
image_vggt_x = image_vggt_x.unsqueeze(0)
|
| 156 |
+
|
| 157 |
+
input_dict["rgb"] = image
|
| 158 |
+
input_dict["text"] = text_tensor
|
| 159 |
+
input_dict['text_mask'] = attention_mask
|
| 160 |
+
input_dict["rgb_vggt"] = image_vggt_x
|
| 161 |
+
|
| 162 |
+
### if wrist camera is available
|
| 163 |
+
wrist_image: Image.Image = get_from_wrist_camera(...)
|
| 164 |
+
wrist_image = image_fn([wrist_image]).unsqueeze(0)
|
| 165 |
+
input_dict["hand_rgb"] = wrist_image
|
| 166 |
+
|
| 167 |
+
with torch.no_grad():
|
| 168 |
+
action = model.inference_step(input_dict)["action"]
|
| 169 |
+
print(action)
|
| 170 |
+
```
|
| 171 |
+
|
| 172 |
+
## 🤗 FAQs
|
| 173 |
+
If you encounter any issues, feel free to open an issue or reach out through discussions. We appreciate your feedback and contributions! 🚀
|
| 174 |
+
|
| 175 |
+
## 🖊️ Citation
|
| 176 |
+
If you find this project useful in your research, please consider cite:
|
| 177 |
+
```BibTeX
|
| 178 |
+
@article{zhang2025spatial,
|
| 179 |
+
title={From spatial to actions: Grounding vision-language-action model in spatial foundation priors},
|
| 180 |
+
author={Zhang, Zhengshen and Li, Hao and Dai, Yalun and Zhu, Zhengbang and Zhou, Lei and Liu, Chenchen and Wang, Dong and Tay, Francis EH and Chen, Sijin and Liu, Ziwei and others},
|
| 181 |
+
journal={arXiv preprint arXiv:2510.17439},
|
| 182 |
+
year={2025}
|
| 183 |
+
}
|
| 184 |
+
```
|
| 185 |
+
|
| 186 |
+
## 🪪 License
|
| 187 |
+
All FALCON checkpoints, as well as our [codebase](https://github.com/FALCON-VLA) are released under the Apache-2.0 License.
|
| 188 |
+
|
| 189 |
+
## ❤️ Acknowledgement
|
| 190 |
+
FALCON is built with reference to the code of the following projects: [RoboVLMs](https://github.com/Robot-VLAs/RoboVLMs/tree/main?tab=readme-ov-file), [Microsoft Kosmos-2](https://github.com/microsoft/unilm/tree/master/kosmos-2), [VGGT](https://github.com/facebookresearch/vggt), and [ManiUniCon](https://github.com/Universal-Control/ManiUniCon). Thanks for their awesome work!
|
esm/esm.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:336d305e2ad09a37cf16e9c820ec6bd99cee6490eee558715b76dd8b3c09477a
|
| 3 |
+
size 4633579216
|
falcon-3dpc-fc-calvin-abc/ckpts/falcon_3dpc_fc_calvin_abc.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6884c55d4d99797bc11fee026b96b70125b95c4a57542fae20afe682f8424dd6
|
| 3 |
+
size 6726858178
|
falcon-3dpc-fc-calvin-abc/logs/logs.json
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "fc_calvin_finetune_vlm_pcd_injector_lr5e-5_linear-twin-v1_pre-fusion_fp32_pcd-norm",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 1,
|
| 20 |
+
"fwd_pred_next_n": 10,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 4,
|
| 26 |
+
"num_workers": 32,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 5e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0.25,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": true,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "/mnt/bn/zhengshen-lq/runs/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/bn/zhengshen-lq/runs/checkpoints/kosmos/fc_calvin_finetune_pcd_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_fp32_pcd-norm/2025-06-17/19-06/epoch=3-step=32932.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "32",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_pcd_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "FCDecoder_3D",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_pcd_injector": true,
|
| 98 |
+
"use_hand_pcd": false,
|
| 99 |
+
"pcd_n_points": 2048
|
| 100 |
+
},
|
| 101 |
+
"fwd_head": null,
|
| 102 |
+
"tokenizer": {
|
| 103 |
+
"type": "AutoProcessor",
|
| 104 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 105 |
+
"tokenizer_type": "kosmos",
|
| 106 |
+
"max_text_len": 256,
|
| 107 |
+
"additional_special_tokens": null
|
| 108 |
+
},
|
| 109 |
+
"vlm": {
|
| 110 |
+
"type": "AutoModelForVision2Seq",
|
| 111 |
+
"name": "kosmos",
|
| 112 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 113 |
+
},
|
| 114 |
+
"trainer": {
|
| 115 |
+
"accelerator": "gpu",
|
| 116 |
+
"strategy": "deepspeed_stage_2",
|
| 117 |
+
"precision": "32",
|
| 118 |
+
"logger": [
|
| 119 |
+
"wandb"
|
| 120 |
+
],
|
| 121 |
+
"gradient_clip_val": 1.0,
|
| 122 |
+
"use_distributed_sampler": false,
|
| 123 |
+
"log_every_n_steps": 10,
|
| 124 |
+
"max_epochs": 10,
|
| 125 |
+
"val_check_interval": null,
|
| 126 |
+
"check_val_every_n_epoch": 1,
|
| 127 |
+
"max_steps": -1,
|
| 128 |
+
"accumulate_grad_batches": 1
|
| 129 |
+
},
|
| 130 |
+
"train_dataset": {
|
| 131 |
+
"type": "DiskCalvinDataset3D",
|
| 132 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/training",
|
| 133 |
+
"pcd_data_dir": "/mnt/bn/zhengshen-lq/dataset/calvin_data/full_traj_pcds/packaged_ABC_D/training",
|
| 134 |
+
"shift_first": false,
|
| 135 |
+
"model_name": "kosmos",
|
| 136 |
+
"rgb_pad": 10,
|
| 137 |
+
"gripper_pad": 4,
|
| 138 |
+
"pcd_augment": false,
|
| 139 |
+
"jitter_sigma": 0.005,
|
| 140 |
+
"jitter_clip": 0.02,
|
| 141 |
+
"dropout_ratio": 0.1
|
| 142 |
+
},
|
| 143 |
+
"val_dataset": {
|
| 144 |
+
"type": "DiskCalvinDataset3D",
|
| 145 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/validation",
|
| 146 |
+
"pcd_data_dir": "/mnt/bn/zhengshen-lq/dataset/calvin_data/full_traj_pcds/packaged_ABC_D/validation",
|
| 147 |
+
"model_name": "kosmos"
|
| 148 |
+
},
|
| 149 |
+
"norm_action": true,
|
| 150 |
+
"norm_min": -0.65,
|
| 151 |
+
"norm_max": 0.65,
|
| 152 |
+
"raw_config_path": "configs/calvin_finetune/pcd_inject_test/vlm_unfreeze_head_freeze/fc/finetune_kosmos_cont-fc-post-pcd-norm-aug_part-ft_vlm_pcd-injector_wd-0_use-hand_ws-1_act-10.json",
|
| 153 |
+
"config": "configs/calvin_finetune/pcd_inject_test/vlm_unfreeze_head_freeze/fc/finetune_kosmos_cont-fc-post-pcd-norm-aug_part-ft_vlm_pcd-injector_wd-0_use-hand_ws-1_act-10.json",
|
| 154 |
+
"gpus": 8,
|
| 155 |
+
"num_nodes": 4,
|
| 156 |
+
"log_dir": "/mnt/bn/zhengshen-lq/runs/logs/kosmos/fc_calvin_finetune_vlm_pcd_injector_lr5e-5_linear-twin-v1_pre-fusion_fp32_pcd-norm/2025-06-19/01-47",
|
| 157 |
+
"output_dir": "/mnt/bn/zhengshen-lq/runs/checkpoints/kosmos/fc_calvin_finetune_vlm_pcd_injector_lr5e-5_linear-twin-v1_pre-fusion_fp32_pcd-norm/2025-06-19/01-47",
|
| 158 |
+
"data_dir": null,
|
| 159 |
+
"annotation_file": null,
|
| 160 |
+
"data_subfolder": null,
|
| 161 |
+
"task_num": null,
|
| 162 |
+
"exp_name": "01-47",
|
| 163 |
+
"use_multi_modal_emb": false,
|
| 164 |
+
"no_video_pretrained_model": false,
|
| 165 |
+
"finetune": false,
|
| 166 |
+
"llm": {
|
| 167 |
+
"type": null,
|
| 168 |
+
"n_embd": null,
|
| 169 |
+
"n_layer": null,
|
| 170 |
+
"n_head": null
|
| 171 |
+
}
|
| 172 |
+
}
|
falcon-esm-fc-calvin-abc-wdepth/ckpts/falcon_esm_fc_calvin_abc_wdepth.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f026a7bd00a154e7db061398753737003f97e89aa2c111b87070e9afd3d4160
|
| 3 |
+
size 15997622110
|
falcon-esm-fc-calvin-abc-wdepth/logs/logs.json
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "fc-esm-gt-depth_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_fp32",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 1,
|
| 20 |
+
"fwd_pred_next_n": 10,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 4,
|
| 26 |
+
"num_workers": 32,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 5e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0.25,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": true,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "/mnt/bn/zhengshen-lq2/runs/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/bn/zhengshen-lq2/runs/checkpoints/kosmos/fc-esm-gt-depth_calvin_finetune_spatial_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_fp32/2025-09-12/01-00/epoch=1-step=16466.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "32",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_spatial_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "FCDecoder_ESM",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_spatial_injector": true,
|
| 98 |
+
"esm_use_hand_rgb": false,
|
| 99 |
+
"camera_gt_pt": 0.0,
|
| 100 |
+
"depth_gt_pt": 1.0,
|
| 101 |
+
"esm_ckpt_path": "/mnt/bn/zhengshen-lq2/falcon_pub/esm/esm.safetensors"
|
| 102 |
+
},
|
| 103 |
+
"fwd_head": null,
|
| 104 |
+
"tokenizer": {
|
| 105 |
+
"type": "AutoProcessor",
|
| 106 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 107 |
+
"tokenizer_type": "kosmos",
|
| 108 |
+
"max_text_len": 256,
|
| 109 |
+
"additional_special_tokens": null
|
| 110 |
+
},
|
| 111 |
+
"vlm": {
|
| 112 |
+
"type": "AutoModelForVision2Seq",
|
| 113 |
+
"name": "kosmos",
|
| 114 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 115 |
+
},
|
| 116 |
+
"trainer": {
|
| 117 |
+
"accelerator": "gpu",
|
| 118 |
+
"strategy": "deepspeed_stage_2",
|
| 119 |
+
"precision": "32",
|
| 120 |
+
"logger": [
|
| 121 |
+
"wandb"
|
| 122 |
+
],
|
| 123 |
+
"gradient_clip_val": 1.0,
|
| 124 |
+
"use_distributed_sampler": false,
|
| 125 |
+
"log_every_n_steps": 10,
|
| 126 |
+
"max_epochs": 10,
|
| 127 |
+
"val_check_interval": null,
|
| 128 |
+
"check_val_every_n_epoch": 1,
|
| 129 |
+
"max_steps": -1,
|
| 130 |
+
"accumulate_grad_batches": 1
|
| 131 |
+
},
|
| 132 |
+
"train_dataset": {
|
| 133 |
+
"type": "DiskCalvinDataset_ESM",
|
| 134 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/training",
|
| 135 |
+
"shift_first": false,
|
| 136 |
+
"model_name": "kosmos",
|
| 137 |
+
"rgb_pad": 10,
|
| 138 |
+
"gripper_pad": 4
|
| 139 |
+
},
|
| 140 |
+
"val_dataset": {
|
| 141 |
+
"type": "DiskCalvinDataset_ESM",
|
| 142 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/validation",
|
| 143 |
+
"model_name": "kosmos"
|
| 144 |
+
},
|
| 145 |
+
"norm_action": true,
|
| 146 |
+
"norm_min": -0.65,
|
| 147 |
+
"norm_max": 0.65,
|
| 148 |
+
"raw_config_path": "configs/calvin_finetune/vlm_unfreeze_head_freeze/fc/finetune_kosmos_cont-fc-post_esm-use-gt_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-1_act-10.json",
|
| 149 |
+
"config": "configs/calvin_finetune/vlm_unfreeze_head_freeze/fc/finetune_kosmos_cont-fc-post_esm-use-gt_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-1_act-10.json",
|
| 150 |
+
"gpus": 8,
|
| 151 |
+
"num_nodes": 4,
|
| 152 |
+
"log_dir": "/mnt/bn/zhengshen-lq2/runs/logs/kosmos/fc-esm-gt-depth_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_fp32/2025-09-12/20-32",
|
| 153 |
+
"output_dir": "/mnt/bn/zhengshen-lq2/runs/checkpoints/kosmos/fc-esm-gt-depth_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_fp32/2025-09-12/20-32",
|
| 154 |
+
"data_dir": null,
|
| 155 |
+
"annotation_file": null,
|
| 156 |
+
"data_subfolder": null,
|
| 157 |
+
"task_num": null,
|
| 158 |
+
"exp_name": "20-32",
|
| 159 |
+
"use_multi_modal_emb": false,
|
| 160 |
+
"no_video_pretrained_model": false,
|
| 161 |
+
"finetune": false,
|
| 162 |
+
"llm": {
|
| 163 |
+
"type": null,
|
| 164 |
+
"n_embd": null,
|
| 165 |
+
"n_layer": null,
|
| 166 |
+
"n_head": null
|
| 167 |
+
}
|
| 168 |
+
}
|
falcon-esm-fc-calvin-abc/ckpts/falcon_esm_fc_calvin_abc.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c99ff25a706224f9047ab0eb649b5c883af46f6a6ff2e12507ee8ec6bd4911b4
|
| 3 |
+
size 15997622302
|
falcon-esm-fc-calvin-abc/logs/logs.json
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "fc-esm-rgb_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_fp32",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 1,
|
| 20 |
+
"fwd_pred_next_n": 10,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 4,
|
| 26 |
+
"num_workers": 32,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 5e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0.25,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": true,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "/mnt/bn/zhengshen-lq2/runs/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/bn/zhengshen-lq2/runs/checkpoints/kosmos/fc-esm-rgb_calvin_finetune_spatial_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_fp32/2025-08-29/14-49/epoch=1-step=16466.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "32",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_spatial_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "FCDecoder_ESM",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_spatial_injector": true,
|
| 98 |
+
"esm_use_hand_rgb": false,
|
| 99 |
+
"camera_gt_pt": 0.0,
|
| 100 |
+
"depth_gt_pt": 0.0,
|
| 101 |
+
"esm_ckpt_path": "/mnt/bn/zhengshen-lq2/falcon_pub/esm/esm.safetensors"
|
| 102 |
+
},
|
| 103 |
+
"fwd_head": null,
|
| 104 |
+
"tokenizer": {
|
| 105 |
+
"type": "AutoProcessor",
|
| 106 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 107 |
+
"tokenizer_type": "kosmos",
|
| 108 |
+
"max_text_len": 256,
|
| 109 |
+
"additional_special_tokens": null
|
| 110 |
+
},
|
| 111 |
+
"vlm": {
|
| 112 |
+
"type": "AutoModelForVision2Seq",
|
| 113 |
+
"name": "kosmos",
|
| 114 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 115 |
+
},
|
| 116 |
+
"trainer": {
|
| 117 |
+
"accelerator": "gpu",
|
| 118 |
+
"strategy": "deepspeed_stage_2",
|
| 119 |
+
"precision": "32",
|
| 120 |
+
"logger": [
|
| 121 |
+
"wandb"
|
| 122 |
+
],
|
| 123 |
+
"gradient_clip_val": 1.0,
|
| 124 |
+
"use_distributed_sampler": false,
|
| 125 |
+
"log_every_n_steps": 10,
|
| 126 |
+
"max_epochs": 10,
|
| 127 |
+
"val_check_interval": null,
|
| 128 |
+
"check_val_every_n_epoch": 1,
|
| 129 |
+
"max_steps": -1,
|
| 130 |
+
"accumulate_grad_batches": 1
|
| 131 |
+
},
|
| 132 |
+
"train_dataset": {
|
| 133 |
+
"type": "DiskCalvinDataset_ESM",
|
| 134 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/training",
|
| 135 |
+
"shift_first": false,
|
| 136 |
+
"model_name": "kosmos",
|
| 137 |
+
"rgb_pad": 10,
|
| 138 |
+
"gripper_pad": 4
|
| 139 |
+
},
|
| 140 |
+
"val_dataset": {
|
| 141 |
+
"type": "DiskCalvinDataset_ESM",
|
| 142 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/validation",
|
| 143 |
+
"model_name": "kosmos"
|
| 144 |
+
},
|
| 145 |
+
"norm_action": true,
|
| 146 |
+
"norm_min": -0.65,
|
| 147 |
+
"norm_max": 0.65,
|
| 148 |
+
"raw_config_path": "configs/calvin_finetune/vlm_unfreeze_head_freeze/fc/finetune_kosmos_cont-fc-post_esm-rgb_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-1_act-10.json",
|
| 149 |
+
"config": "configs/calvin_finetune/vlm_unfreeze_head_freeze/fc/finetune_kosmos_cont-fc-post_esm-rgb_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-1_act-10.json",
|
| 150 |
+
"gpus": 8,
|
| 151 |
+
"num_nodes": 4,
|
| 152 |
+
"log_dir": "/mnt/bn/zhengshen-lq2/runs/logs/kosmos/fc-esm-rgb_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_fp32/2025-08-30/16-55",
|
| 153 |
+
"output_dir": "/mnt/bn/zhengshen-lq2/runs/checkpoints/kosmos/fc-esm-rgb_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_fp32/2025-08-30/16-55",
|
| 154 |
+
"data_dir": null,
|
| 155 |
+
"annotation_file": null,
|
| 156 |
+
"data_subfolder": null,
|
| 157 |
+
"task_num": null,
|
| 158 |
+
"exp_name": "16-55",
|
| 159 |
+
"use_multi_modal_emb": false,
|
| 160 |
+
"no_video_pretrained_model": false,
|
| 161 |
+
"finetune": false,
|
| 162 |
+
"llm": {
|
| 163 |
+
"type": null,
|
| 164 |
+
"n_embd": null,
|
| 165 |
+
"n_layer": null,
|
| 166 |
+
"n_head": null
|
| 167 |
+
}
|
| 168 |
+
}
|
falcon-esm-fc-simpler-bridge/ckpts/falcon_esm_fc_simpler_bridge.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:350a1102fa52b158d6b70f4615b6f60e0c4eb612af33af13b0d25accb2b6cf05
|
| 3 |
+
size 15997550686
|
falcon-esm-fc-simpler-bridge/logs/logs.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "fc-esm-rgb_bridge-finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_fp32",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 1,
|
| 20 |
+
"fwd_pred_next_n": 5,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 4,
|
| 26 |
+
"num_workers": 16,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 2e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": false,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train/checkpoints/kosmos/fc-esm-rgb_bridge-finetune_spatial_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_fp32/2025-08-26/21-16/epoch=0-step=50000.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "32",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_spatial_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "FCDecoder_ESM",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_spatial_injector": true,
|
| 98 |
+
"esm_use_hand_rgb": false,
|
| 99 |
+
"camera_gt_pt": 0.0,
|
| 100 |
+
"depth_gt_pt": 0.0,
|
| 101 |
+
"esm_ckpt_path": "/mnt/bn/zhengshen-lq2/falcon_pub/esm/esm.safetensors"
|
| 102 |
+
},
|
| 103 |
+
"fwd_head": null,
|
| 104 |
+
"tokenizer": {
|
| 105 |
+
"type": "AutoProcessor",
|
| 106 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 107 |
+
"tokenizer_type": "kosmos",
|
| 108 |
+
"max_text_len": 256,
|
| 109 |
+
"additional_special_tokens": null
|
| 110 |
+
},
|
| 111 |
+
"vlm": {
|
| 112 |
+
"type": "AutoModelForVision2Seq",
|
| 113 |
+
"name": "kosmos",
|
| 114 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 115 |
+
},
|
| 116 |
+
"trainer": {
|
| 117 |
+
"accelerator": "gpu",
|
| 118 |
+
"strategy": "deepspeed_stage_2",
|
| 119 |
+
"precision": "32",
|
| 120 |
+
"logger": [
|
| 121 |
+
"wandb"
|
| 122 |
+
],
|
| 123 |
+
"gradient_clip_val": 1.0,
|
| 124 |
+
"use_distributed_sampler": false,
|
| 125 |
+
"log_every_n_steps": 10,
|
| 126 |
+
"max_epochs": 5,
|
| 127 |
+
"val_check_interval": 10000,
|
| 128 |
+
"check_val_every_n_epoch": null,
|
| 129 |
+
"max_steps": 200000,
|
| 130 |
+
"accumulate_grad_batches": 1,
|
| 131 |
+
"limit_val_batches": 100
|
| 132 |
+
},
|
| 133 |
+
"train_dataset": {
|
| 134 |
+
"type": "OpenVLADataset",
|
| 135 |
+
"data_root_dir": "/mnt/bn/robotics-data-lxh-lq/openvla/datasets/open-x-embodiment",
|
| 136 |
+
"model_name": "kosmos",
|
| 137 |
+
"image_aug": true,
|
| 138 |
+
"mode": "train",
|
| 139 |
+
"data_mix": "bridge",
|
| 140 |
+
"window_sample": "sliding",
|
| 141 |
+
"organize_type": "interleave",
|
| 142 |
+
"shuffle_buffer_size": 51200,
|
| 143 |
+
"train": true
|
| 144 |
+
},
|
| 145 |
+
"val_dataset": {
|
| 146 |
+
"type": "OpenVLADataset",
|
| 147 |
+
"data_root_dir": "/mnt/bn/robotics-data-lxh-lq/openvla/datasets/open-x-embodiment",
|
| 148 |
+
"model_name": "kosmos",
|
| 149 |
+
"mode": "train",
|
| 150 |
+
"data_mix": "bridge",
|
| 151 |
+
"window_sample": "sliding",
|
| 152 |
+
"organize_type": "interleave",
|
| 153 |
+
"shuffle_buffer_size": 10000,
|
| 154 |
+
"train": false
|
| 155 |
+
},
|
| 156 |
+
"norm_action": false,
|
| 157 |
+
"norm_min": -0.65,
|
| 158 |
+
"norm_max": 0.65,
|
| 159 |
+
"raw_config_path": "configs/oxe_training/vlm_unfreeze_head_freeze/bridge/finetune_kosmos_cont-fc-post_esm-rgb_part-ft_vlm-spatial-injector_wd-0_ws-1_act-5_bridge_finetune.json",
|
| 160 |
+
"config": "configs/oxe_training/vlm_unfreeze_head_freeze/bridge/finetune_kosmos_cont-fc-post_esm-rgb_part-ft_vlm-spatial-injector_wd-0_ws-1_act-5_bridge_finetune.json",
|
| 161 |
+
"gpus": 8,
|
| 162 |
+
"num_nodes": 4,
|
| 163 |
+
"log_dir": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train/logs/kosmos/fc-esm-rgb_bridge-finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_fp32/2025-08-30/23-37",
|
| 164 |
+
"output_dir": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train/checkpoints/kosmos/fc-esm-rgb_bridge-finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_fp32/2025-08-30/23-37",
|
| 165 |
+
"data_dir": null,
|
| 166 |
+
"annotation_file": null,
|
| 167 |
+
"data_subfolder": null,
|
| 168 |
+
"task_num": null,
|
| 169 |
+
"exp_name": "23-37",
|
| 170 |
+
"use_multi_modal_emb": false,
|
| 171 |
+
"no_video_pretrained_model": false,
|
| 172 |
+
"finetune": false,
|
| 173 |
+
"llm": {
|
| 174 |
+
"type": null,
|
| 175 |
+
"n_embd": null,
|
| 176 |
+
"n_layer": null,
|
| 177 |
+
"n_head": null
|
| 178 |
+
}
|
| 179 |
+
}
|
falcon-esm-fc-simpler-gr/ckpts/falcon_esm_fc_simpler_gr.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:845745b1048ae90d3d09946dbea44d546e3bb512efeeaa2a08c27afaec1082f7
|
| 3 |
+
size 15997553490
|
falcon-esm-fc-simpler-gr/logs/logs.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "fc-esm-rgb_gr-finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_fp32",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 1,
|
| 20 |
+
"fwd_pred_next_n": 5,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 4,
|
| 26 |
+
"num_workers": 16,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 2e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": false,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train_gr/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train_gr/checkpoints/kosmos/fc-esm-rgb_gr-finetune_spatial_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_fp32/2025-08-26/23-42/epoch=0-step=20000.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "32",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_spatial_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "FCDecoder_ESM",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_spatial_injector": true,
|
| 98 |
+
"esm_use_hand_rgb": false,
|
| 99 |
+
"camera_gt_pt": 0.0,
|
| 100 |
+
"depth_gt_pt": 0.0,
|
| 101 |
+
"esm_ckpt_path": "/mnt/bn/zhengshen-lq2/falcon_pub/esm/esm.safetensors"
|
| 102 |
+
},
|
| 103 |
+
"fwd_head": null,
|
| 104 |
+
"tokenizer": {
|
| 105 |
+
"type": "AutoProcessor",
|
| 106 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 107 |
+
"tokenizer_type": "kosmos",
|
| 108 |
+
"max_text_len": 256,
|
| 109 |
+
"additional_special_tokens": null
|
| 110 |
+
},
|
| 111 |
+
"vlm": {
|
| 112 |
+
"type": "AutoModelForVision2Seq",
|
| 113 |
+
"name": "kosmos",
|
| 114 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 115 |
+
},
|
| 116 |
+
"trainer": {
|
| 117 |
+
"accelerator": "gpu",
|
| 118 |
+
"strategy": "deepspeed_stage_2",
|
| 119 |
+
"precision": "32",
|
| 120 |
+
"logger": [
|
| 121 |
+
"wandb"
|
| 122 |
+
],
|
| 123 |
+
"gradient_clip_val": 1.0,
|
| 124 |
+
"use_distributed_sampler": false,
|
| 125 |
+
"log_every_n_steps": 10,
|
| 126 |
+
"max_epochs": 5,
|
| 127 |
+
"val_check_interval": 10000,
|
| 128 |
+
"check_val_every_n_epoch": null,
|
| 129 |
+
"max_steps": 200000,
|
| 130 |
+
"accumulate_grad_batches": 1,
|
| 131 |
+
"limit_val_batches": 100
|
| 132 |
+
},
|
| 133 |
+
"train_dataset": {
|
| 134 |
+
"type": "OpenVLADataset",
|
| 135 |
+
"data_root_dir": "/mnt/bn/robotics-data-lxh-lq/openvla/datasets/open-x-embodiment",
|
| 136 |
+
"model_name": "kosmos",
|
| 137 |
+
"image_aug": true,
|
| 138 |
+
"mode": "train",
|
| 139 |
+
"data_mix": "rt_1",
|
| 140 |
+
"window_sample": "sliding",
|
| 141 |
+
"organize_type": "interleave",
|
| 142 |
+
"shuffle_buffer_size": 51200,
|
| 143 |
+
"train": true
|
| 144 |
+
},
|
| 145 |
+
"val_dataset": {
|
| 146 |
+
"type": "OpenVLADataset",
|
| 147 |
+
"data_root_dir": "/mnt/bn/robotics-data-lxh-lq/openvla/datasets/open-x-embodiment",
|
| 148 |
+
"model_name": "kosmos",
|
| 149 |
+
"mode": "train",
|
| 150 |
+
"data_mix": "rt_1",
|
| 151 |
+
"window_sample": "sliding",
|
| 152 |
+
"organize_type": "interleave",
|
| 153 |
+
"shuffle_buffer_size": 10000,
|
| 154 |
+
"train": false
|
| 155 |
+
},
|
| 156 |
+
"norm_action": false,
|
| 157 |
+
"norm_min": -0.65,
|
| 158 |
+
"norm_max": 0.65,
|
| 159 |
+
"raw_config_path": "configs/oxe_training/vlm_unfreeze_head_freeze/gr/finetune_kosmos_cont-fc-post_esm-rgb_part-ft_vlm-spatial-injector_wd-0_ws-1_act-5_gr_finetune.json",
|
| 160 |
+
"config": "configs/oxe_training/vlm_unfreeze_head_freeze/gr/finetune_kosmos_cont-fc-post_esm-rgb_part-ft_vlm-spatial-injector_wd-0_ws-1_act-5_gr_finetune.json",
|
| 161 |
+
"gpus": 8,
|
| 162 |
+
"num_nodes": 4,
|
| 163 |
+
"log_dir": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train_gr/logs/kosmos/fc-esm-rgb_gr-finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_fp32/2025-08-28/23-08",
|
| 164 |
+
"output_dir": "/mnt/bn/zhengshen-lq2/runs/oxe_post_train_gr/checkpoints/kosmos/fc-esm-rgb_gr-finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_fp32/2025-08-28/23-08",
|
| 165 |
+
"data_dir": null,
|
| 166 |
+
"annotation_file": null,
|
| 167 |
+
"data_subfolder": null,
|
| 168 |
+
"task_num": null,
|
| 169 |
+
"exp_name": "23-08",
|
| 170 |
+
"use_multi_modal_emb": false,
|
| 171 |
+
"no_video_pretrained_model": false,
|
| 172 |
+
"finetune": false,
|
| 173 |
+
"llm": {
|
| 174 |
+
"type": null,
|
| 175 |
+
"n_embd": null,
|
| 176 |
+
"n_layer": null,
|
| 177 |
+
"n_head": null
|
| 178 |
+
}
|
| 179 |
+
}
|
falcon-esm-lstm-calvin-abc/ckpts/falcon_esm_lstm_calvin_abc.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c5e9a8fbd7c956aba0cf35ed0721c8879895c3279a589045cacfab4d49c5276
|
| 3 |
+
size 11476423326
|
falcon-esm-lstm-calvin-abc/logs/logs.json
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "lstm-esm-rgb-ws16_calvin_finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_acc2_abc",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 16,
|
| 20 |
+
"fwd_pred_next_n": 10,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 2,
|
| 26 |
+
"num_workers": 16,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 2e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0.25,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": true,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "runs/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/hdfs/public/zhengshen/falcon_logs/lstm-esm-rgb-ws16_calvin_finetune_spatial_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_abc/ckpts/2025-08-15/20-18/epoch=4-step=30695.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "16",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_spatial_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "LSTMDecoder_ESM",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_spatial_injector": true,
|
| 98 |
+
"esm_use_hand_rgb": false,
|
| 99 |
+
"camera_gt_pt": 0.0,
|
| 100 |
+
"depth_gt_pt": 0.0,
|
| 101 |
+
"esm_ckpt_path": "/mnt/bn/zhengshen-lq2/falcon_pub/esm/esm.safetensors"
|
| 102 |
+
},
|
| 103 |
+
"fwd_head": null,
|
| 104 |
+
"tokenizer": {
|
| 105 |
+
"type": "AutoProcessor",
|
| 106 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 107 |
+
"tokenizer_type": "kosmos",
|
| 108 |
+
"max_text_len": 256,
|
| 109 |
+
"additional_special_tokens": null
|
| 110 |
+
},
|
| 111 |
+
"vlm": {
|
| 112 |
+
"type": "AutoModelForVision2Seq",
|
| 113 |
+
"name": "kosmos",
|
| 114 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 115 |
+
},
|
| 116 |
+
"trainer": {
|
| 117 |
+
"accelerator": "gpu",
|
| 118 |
+
"strategy": "deepspeed_stage_2",
|
| 119 |
+
"precision": "16",
|
| 120 |
+
"logger": [
|
| 121 |
+
"wandb"
|
| 122 |
+
],
|
| 123 |
+
"gradient_clip_val": 1.0,
|
| 124 |
+
"use_distributed_sampler": false,
|
| 125 |
+
"log_every_n_steps": 10,
|
| 126 |
+
"max_epochs": 10,
|
| 127 |
+
"val_check_interval": null,
|
| 128 |
+
"check_val_every_n_epoch": 1,
|
| 129 |
+
"max_steps": -1,
|
| 130 |
+
"accumulate_grad_batches": 2
|
| 131 |
+
},
|
| 132 |
+
"train_dataset": {
|
| 133 |
+
"type": "DiskCalvinDataset_ESM",
|
| 134 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/training",
|
| 135 |
+
"shift_first": false,
|
| 136 |
+
"model_name": "kosmos",
|
| 137 |
+
"rgb_pad": 10,
|
| 138 |
+
"gripper_pad": 4
|
| 139 |
+
},
|
| 140 |
+
"val_dataset": {
|
| 141 |
+
"type": "DiskCalvinDataset_ESM",
|
| 142 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABC_D/validation",
|
| 143 |
+
"model_name": "kosmos"
|
| 144 |
+
},
|
| 145 |
+
"norm_action": true,
|
| 146 |
+
"norm_min": -0.65,
|
| 147 |
+
"norm_max": 0.65,
|
| 148 |
+
"raw_config_path": "configs/calvin_finetune/vlm_unfreeze_head_freeze/lstm/finetune_kosmos_cont-lstm-post_esm-rgb_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-16_act-10_abc.json",
|
| 149 |
+
"config": "configs/calvin_finetune/vlm_unfreeze_head_freeze/lstm/finetune_kosmos_cont-lstm-post_esm-rgb_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-16_act-10_abc.json",
|
| 150 |
+
"gpus": 8,
|
| 151 |
+
"num_nodes": 4,
|
| 152 |
+
"log_dir": "runs/logs/kosmos/lstm-esm-rgb-ws16_calvin_finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_acc2_abc/2025-08-18/11-45",
|
| 153 |
+
"output_dir": "runs/checkpoints/kosmos/lstm-esm-rgb-ws16_calvin_finetune_vlm-spatial-injector_lr2e-5_linear-twin-v1_pre-fusion_acc2_abc/2025-08-18/11-45",
|
| 154 |
+
"data_dir": null,
|
| 155 |
+
"annotation_file": null,
|
| 156 |
+
"data_subfolder": null,
|
| 157 |
+
"task_num": null,
|
| 158 |
+
"exp_name": "11-45",
|
| 159 |
+
"use_multi_modal_emb": false,
|
| 160 |
+
"no_video_pretrained_model": false,
|
| 161 |
+
"finetune": false,
|
| 162 |
+
"llm": {
|
| 163 |
+
"type": null,
|
| 164 |
+
"n_embd": null,
|
| 165 |
+
"n_layer": null,
|
| 166 |
+
"n_head": null
|
| 167 |
+
}
|
| 168 |
+
}
|
falcon-esm-lstm-calvin-abcd/ckpts/falcon_esm_lstm_calvin_abcd.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9825d7082177d8c6cff468464a45821b0515c89e9e1966e9d209ae4f0c1ccaf
|
| 3 |
+
size 11476423326
|
falcon-esm-lstm-calvin-abcd/logs/logs.json
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robovlm_name": "RoboKosMos",
|
| 3 |
+
"parent": null,
|
| 4 |
+
"task_name": "lstm-esm-rgb-ws16_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_acc2_abcd",
|
| 5 |
+
"model": "kosmos",
|
| 6 |
+
"model_url": "https://huggingface.co/microsoft/kosmos-2-patch14-224",
|
| 7 |
+
"seq_len": 1,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.48145466,
|
| 11 |
+
0.4578275,
|
| 12 |
+
0.40821073
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.26862954,
|
| 16 |
+
0.26130258,
|
| 17 |
+
0.27577711
|
| 18 |
+
],
|
| 19 |
+
"window_size": 16,
|
| 20 |
+
"fwd_pred_next_n": 10,
|
| 21 |
+
"arm_gripper_loss_ratio": 0.01,
|
| 22 |
+
"cap_loss_ratio": 0.05,
|
| 23 |
+
"fwd_loss_ratio": 0,
|
| 24 |
+
"seed": 123,
|
| 25 |
+
"batch_size": 2,
|
| 26 |
+
"num_workers": 16,
|
| 27 |
+
"data_scale": 1,
|
| 28 |
+
"optimizer": "adam",
|
| 29 |
+
"learning_rate": 5e-05,
|
| 30 |
+
"min_lr_scale": 0.01,
|
| 31 |
+
"weight_decay": 0,
|
| 32 |
+
"warmup_epochs": 0.25,
|
| 33 |
+
"warmup_steps": 0,
|
| 34 |
+
"warmup_ratio": null,
|
| 35 |
+
"use_hand_rgb": true,
|
| 36 |
+
"use_time_causal_attn": false,
|
| 37 |
+
"use_mim_obs_loss": false,
|
| 38 |
+
"use_pixel_loss": true,
|
| 39 |
+
"use_obs_queries": true,
|
| 40 |
+
"use_vision_resampler": false,
|
| 41 |
+
"vision_masked_ratio": 0.9,
|
| 42 |
+
"use_tube_mask": false,
|
| 43 |
+
"cache_root": "runs/cache/kosmos",
|
| 44 |
+
"model_load_path": "/mnt/hdfs/public/zhengshen/falcon_logs/lstm-esm-rgb-ws16_calvin_finetune_spatial_injector_only_lr1e-4_zero-linear-twin-v1_pre-fusion_abcd/ckpts/2025-08-07/23-03/epoch=2-step=23745.ckpt",
|
| 45 |
+
"model_load_source": "deepspeed",
|
| 46 |
+
"resume": null,
|
| 47 |
+
"model_path": ".vlms/kosmos-2-patch14-224",
|
| 48 |
+
"model_config": ".vlms/kosmos-2-patch14-224/config.json",
|
| 49 |
+
"tcp_rel": false,
|
| 50 |
+
"use_clip_norm": false,
|
| 51 |
+
"use_state": false,
|
| 52 |
+
"train_setup": {
|
| 53 |
+
"precision": "16",
|
| 54 |
+
"predict_action": true,
|
| 55 |
+
"predict_forward": false,
|
| 56 |
+
"predict_forward_hand": false,
|
| 57 |
+
"predict_caption": false,
|
| 58 |
+
"train_vision": true,
|
| 59 |
+
"bits": -1,
|
| 60 |
+
"freeze_mm_mlp_adapter": false,
|
| 61 |
+
"freeze_backbone": false,
|
| 62 |
+
"freeze_resampler": false,
|
| 63 |
+
"tune_mm_mlp_adapter": false,
|
| 64 |
+
"mm_use_im_start_end": false,
|
| 65 |
+
"mm_use_im_patch_token": false,
|
| 66 |
+
"gradient_checkpointing": false,
|
| 67 |
+
"lora_enable": false,
|
| 68 |
+
"mm_projector_lr": 0.0001,
|
| 69 |
+
"lora_r": 64,
|
| 70 |
+
"lora_alpha": 16,
|
| 71 |
+
"lora_dropout": 0.05,
|
| 72 |
+
"lora_bias": "none",
|
| 73 |
+
"train_text_embedding": true,
|
| 74 |
+
"train_act_head": false,
|
| 75 |
+
"train_spatial_injector": true,
|
| 76 |
+
"train_decoder_layers": -1
|
| 77 |
+
},
|
| 78 |
+
"vision_resampler": {
|
| 79 |
+
"vis_dim": 1024,
|
| 80 |
+
"depth": 8,
|
| 81 |
+
"dim_head": 64,
|
| 82 |
+
"heads": 8,
|
| 83 |
+
"num_latents": 64
|
| 84 |
+
},
|
| 85 |
+
"act_encoder": null,
|
| 86 |
+
"act_head": {
|
| 87 |
+
"type": "LSTMDecoder_ESM",
|
| 88 |
+
"hidden_size": 1024,
|
| 89 |
+
"action_dim": 7,
|
| 90 |
+
"down_sample": "none",
|
| 91 |
+
"latent": 1,
|
| 92 |
+
"fwd_pred_next_n": 1,
|
| 93 |
+
"window_size": 1,
|
| 94 |
+
"action_space": "continuous",
|
| 95 |
+
"with_history": true,
|
| 96 |
+
"history_type": "post",
|
| 97 |
+
"use_spatial_injector": true,
|
| 98 |
+
"esm_use_hand_rgb": false,
|
| 99 |
+
"camera_gt_pt": 0.0,
|
| 100 |
+
"depth_gt_pt": 0.0,
|
| 101 |
+
"esm_ckpt_path": "/mnt/bn/zhengshen-lq2/falcon_pub/esm/esm.safetensors"
|
| 102 |
+
},
|
| 103 |
+
"fwd_head": null,
|
| 104 |
+
"tokenizer": {
|
| 105 |
+
"type": "AutoProcessor",
|
| 106 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224",
|
| 107 |
+
"tokenizer_type": "kosmos",
|
| 108 |
+
"max_text_len": 256,
|
| 109 |
+
"additional_special_tokens": null
|
| 110 |
+
},
|
| 111 |
+
"vlm": {
|
| 112 |
+
"type": "AutoModelForVision2Seq",
|
| 113 |
+
"name": "kosmos",
|
| 114 |
+
"pretrained_model_name_or_path": ".vlms/kosmos-2-patch14-224"
|
| 115 |
+
},
|
| 116 |
+
"trainer": {
|
| 117 |
+
"accelerator": "gpu",
|
| 118 |
+
"strategy": "deepspeed_stage_2",
|
| 119 |
+
"precision": "16",
|
| 120 |
+
"logger": [
|
| 121 |
+
"wandb"
|
| 122 |
+
],
|
| 123 |
+
"gradient_clip_val": 1.0,
|
| 124 |
+
"use_distributed_sampler": false,
|
| 125 |
+
"log_every_n_steps": 10,
|
| 126 |
+
"max_epochs": 10,
|
| 127 |
+
"val_check_interval": null,
|
| 128 |
+
"check_val_every_n_epoch": 1,
|
| 129 |
+
"max_steps": -1,
|
| 130 |
+
"accumulate_grad_batches": 2
|
| 131 |
+
},
|
| 132 |
+
"train_dataset": {
|
| 133 |
+
"type": "DiskCalvinDataset_ESM",
|
| 134 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABCD_D/training",
|
| 135 |
+
"shift_first": false,
|
| 136 |
+
"model_name": "kosmos",
|
| 137 |
+
"rgb_pad": 10,
|
| 138 |
+
"gripper_pad": 4
|
| 139 |
+
},
|
| 140 |
+
"val_dataset": {
|
| 141 |
+
"type": "DiskCalvinDataset_ESM",
|
| 142 |
+
"data_dir": "/mnt/bn/robotics/manipulation_data/calvin_data/task_ABCD_D/validation",
|
| 143 |
+
"model_name": "kosmos"
|
| 144 |
+
},
|
| 145 |
+
"norm_action": true,
|
| 146 |
+
"norm_min": -0.65,
|
| 147 |
+
"norm_max": 0.65,
|
| 148 |
+
"raw_config_path": "configs/calvin_finetune/vlm_unfreeze_head_freeze/lstm/finetune_kosmos_cont-lstm-post_esm-rgb_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-16_act-10_abcd.json",
|
| 149 |
+
"config": "configs/calvin_finetune/vlm_unfreeze_head_freeze/lstm/finetune_kosmos_cont-lstm-post_esm-rgb_part-ft_vlm_spatial-injector_wd-0_use-hand_ws-16_act-10_abcd.json",
|
| 150 |
+
"gpus": 8,
|
| 151 |
+
"num_nodes": 4,
|
| 152 |
+
"log_dir": "runs/logs/kosmos/lstm-esm-rgb-ws16_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_acc2_abcd/2025-08-11/22-59",
|
| 153 |
+
"output_dir": "runs/checkpoints/kosmos/lstm-esm-rgb-ws16_calvin_finetune_vlm-spatial-injector_lr5e-5_linear-twin-v1_pre-fusion_acc2_abcd/2025-08-11/22-59",
|
| 154 |
+
"data_dir": null,
|
| 155 |
+
"annotation_file": null,
|
| 156 |
+
"data_subfolder": null,
|
| 157 |
+
"task_num": null,
|
| 158 |
+
"exp_name": "22-59",
|
| 159 |
+
"use_multi_modal_emb": false,
|
| 160 |
+
"no_video_pretrained_model": false,
|
| 161 |
+
"finetune": false,
|
| 162 |
+
"llm": {
|
| 163 |
+
"type": null,
|
| 164 |
+
"n_embd": null,
|
| 165 |
+
"n_layer": null,
|
| 166 |
+
"n_head": null
|
| 167 |
+
}
|
| 168 |
+
}
|