outsider86 commited on
Commit
13bf8b3
·
1 Parent(s): ced378f

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -50,3 +50,4 @@ fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wand
50
  fastumi_pickandplace_qwenPI_no_state_fixgripper/wandb/wandb/run-20260319_054740-ga8mx004/run-ga8mx004.wandb filter=lfs diff=lfs merge=lfs -text
51
  fastumi_pickandplace_qwenPI_no_state_fixgripper/wandb/wandb/run-20260319_180222-nqgk0u73/run-nqgk0u73.wandb filter=lfs diff=lfs merge=lfs -text
52
  fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/run-o4ldep45.wandb filter=lfs diff=lfs merge=lfs -text
 
 
50
  fastumi_pickandplace_qwenPI_no_state_fixgripper/wandb/wandb/run-20260319_054740-ga8mx004/run-ga8mx004.wandb filter=lfs diff=lfs merge=lfs -text
51
  fastumi_pickandplace_qwenPI_no_state_fixgripper/wandb/wandb/run-20260319_180222-nqgk0u73/run-nqgk0u73.wandb filter=lfs diff=lfs merge=lfs -text
52
  fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/run-o4ldep45.wandb filter=lfs diff=lfs merge=lfs -text
53
+ fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/run-qffrl5ez.wandb filter=lfs diff=lfs merge=lfs -text
fastumi_pickandplace_qwenPI_dynamic_1/checkpoints/steps_10000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4f30e9c7db5ddf09431a5bad26ed6340e43ecaf08b94c05d20cf6b455da8d4
3
+ size 12444522384
fastumi_pickandplace_qwenPI_dynamic_1/checkpoints/steps_20000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3183658d089957b10fde7ec23c923ec00549299a7f0da8d4af530da70aba3fe5
3
+ size 12444522384
fastumi_pickandplace_qwenPI_dynamic_1/config.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ CoT_prompt: Your task is {instruction}. To identify the key objects for your task.
4
+ Locate their bounding boxes in [x1,y1,x2,y2] format.
5
+ data_mix: dynamic-324
6
+ data_root_dir: playground/Datasets/FastUMI
7
+ dataset_py: lerobot_datasets
8
+ per_device_batch_size: 8
9
+ video_backend: torchvision_av
10
+ framework:
11
+ action_model:
12
+ action_dim: 10
13
+ add_pos_embed: true
14
+ diffusion_model_cfg:
15
+ attention_head_dim: 64
16
+ cross_attention_dim: 2048
17
+ dropout: 0.2
18
+ final_dropout: true
19
+ input_embedding_dim: 2048
20
+ interleave_self_attention: true
21
+ norm_type: ada_norm
22
+ num_attention_heads: 32
23
+ num_layers: 36
24
+ output_dim: 1024
25
+ positional_embeddings: null
26
+ future_action_window_size: 15
27
+ max_seq_len: 1024
28
+ noise_beta_alpha: 1.5
29
+ noise_beta_beta: 1.0
30
+ noise_s: 0.999
31
+ num_inference_timesteps: 4
32
+ num_target_vision_tokens: 32
33
+ num_timestep_buckets: 1000
34
+ past_action_window_size: 0
35
+ state_dim: 10
36
+ name: QwenPI
37
+ qwenvl:
38
+ attn_implementation: flash_attention_2
39
+ base_vlm: playground/Pretrained_models/Qwen2.5-VL-3B-Instruct-Action
40
+ num_vl_layers: 36
41
+ vl_hidden_dim: 2048
42
+ output_dir: ./results/Checkpoints/fastumi_pickandplace_qwenPI_dynamic_1
43
+ run_id: fastumi_pickandplace_qwenPI_dynamic_1
44
+ run_root_dir: ./results/Checkpoints
45
+ seed: 42
46
+ trainer:
47
+ eval_interval: 100
48
+ freeze_modules: null
49
+ gradient_accumulation_steps: 1
50
+ gradient_clipping: 1.0
51
+ is_resume: true
52
+ learning_rate:
53
+ action_model: 0.0001
54
+ base: 2.5e-05
55
+ qwen_vl_interface: 1.0e-05
56
+ logging_frequency: 50
57
+ lr_scheduler_type: cosine_with_min_lr
58
+ max_train_steps: 50000
59
+ num_warmup_steps: 5000
60
+ optimizer:
61
+ betas:
62
+ - 0.9
63
+ - 0.95
64
+ eps: 1.0e-08
65
+ weight_decay: 1.0e-08
66
+ save_interval: 10000
67
+ scheduler_specific_kwargs:
68
+ min_lr: 1.0e-06
69
+ wandb_entity: 2200011093-peking-university
70
+ wandb_project: starVLA_FastUMI_dynamic_1
fastumi_pickandplace_qwenPI_dynamic_1/dataset_statistics.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "action": {
4
+ "mean": [
5
+ -0.0006194020388647914,
6
+ 0.00021123744954820722,
7
+ -0.0008544017327949405,
8
+ 0.9999470114707947,
9
+ 2.809252919178107e-06,
10
+ -4.7583762352587655e-05,
11
+ -2.664846761035733e-06,
12
+ 0.9998846650123596,
13
+ -9.534110176900867e-06,
14
+ 0.5370802283287048
15
+ ],
16
+ "std": [
17
+ 0.0018211478600278497,
18
+ 0.004628962371498346,
19
+ 0.004107277374714613,
20
+ 0.0004220046102836214,
21
+ 0.010439622215926647,
22
+ 0.0005837847129441798,
23
+ 0.010443403385579586,
24
+ 0.0007643990102152225,
25
+ 0.009415042586624622,
26
+ 0.49854180216789246
27
+ ],
28
+ "max": [
29
+ 0.010155702941119671,
30
+ 0.016665050759911537,
31
+ 0.014915418811142445,
32
+ 1.0000001192092896,
33
+ 0.08433768153190613,
34
+ 0.0069475332275033,
35
+ 0.08474135398864746,
36
+ 1.0000001192092896,
37
+ 0.07631345093250275,
38
+ 1.0
39
+ ],
40
+ "min": [
41
+ -0.007967796176671982,
42
+ -0.013608543202280998,
43
+ -0.012424479238688946,
44
+ 0.9964025616645813,
45
+ -0.08460067212581635,
46
+ -0.010439329780638218,
47
+ -0.08431434631347656,
48
+ 0.9939954876899719,
49
+ -0.07624848186969757,
50
+ 0.0
51
+ ],
52
+ "q01": [
53
+ -0.005486554764211178,
54
+ -0.010340283019468188,
55
+ -0.009140086472034454,
56
+ 0.9967251425981521,
57
+ -0.0003479492804035545,
58
+ -0.0026033638417720796,
59
+ -0.0003804254892747849,
60
+ 0.9940141439437866,
61
+ -0.00037422489956952633,
62
+ 0.0
63
+ ],
64
+ "q99": [
65
+ 0.004206591858528557,
66
+ 0.01137278166599572,
67
+ 0.009719314835965633,
68
+ 1.0,
69
+ 0.00038044468965381384,
70
+ 0.00041836760879959933,
71
+ 0.00034794061444699944,
72
+ 1.0,
73
+ 0.000367082443553955,
74
+ 1.0
75
+ ],
76
+ "mask": [
77
+ true,
78
+ true,
79
+ true,
80
+ true,
81
+ true,
82
+ true,
83
+ true,
84
+ true,
85
+ true,
86
+ false
87
+ ],
88
+ "norm_modes": [
89
+ "min_max",
90
+ "min_max",
91
+ "min_max",
92
+ "none",
93
+ "none",
94
+ "none",
95
+ "none",
96
+ "none",
97
+ "none",
98
+ "binary"
99
+ ]
100
+ },
101
+ "state": {
102
+ "mean": [
103
+ 0.2636849582195282,
104
+ -0.3999480605125427,
105
+ 0.1276390552520752,
106
+ 0.9997996687889099,
107
+ -0.01840498484671116,
108
+ -0.0006444944883696735,
109
+ 0.018400106579065323,
110
+ 0.9992814660072327,
111
+ 0.016600292176008224,
112
+ 0.5370534062385559
113
+ ],
114
+ "std": [
115
+ 0.04381576180458069,
116
+ 0.09850314259529114,
117
+ 0.07593508809804916,
118
+ 0.0005829118890994603,
119
+ 0.03495259955525398,
120
+ 0.0014846700942143798,
121
+ 0.03495388105511665,
122
+ 0.0007035253802219526,
123
+ 0.031636111438274384,
124
+ 0.49853068590164185
125
+ ],
126
+ "max": [
127
+ 0.39065098762512207,
128
+ -0.0682850033044815,
129
+ 0.3482869863510132,
130
+ 0.9993541240692139,
131
+ 0.042440567165613174,
132
+ 0.006444191560149193,
133
+ 0.042445775121450424,
134
+ 0.9988187551498413,
135
+ 0.038227107375860214,
136
+ 1.0
137
+ ],
138
+ "min": [
139
+ 0.10614000260829926,
140
+ -0.5269579887390137,
141
+ 0.017399000003933907,
142
+ 0.9990982413291931,
143
+ -0.04238457977771759,
144
+ -0.006334379781037569,
145
+ -0.042429909110069275,
146
+ 0.998496413230896,
147
+ -0.03840980678796768,
148
+ 0.0
149
+ ],
150
+ "q01": [
151
+ 0.1321370105445385,
152
+ -0.513231982588768,
153
+ 0.020826339554041624,
154
+ 0.9991369247436523,
155
+ -0.04130715094506741,
156
+ -0.003994214073754847,
157
+ -0.04133748598396778,
158
+ 0.9984989762306213,
159
+ -0.037424001954495904,
160
+ 0.0
161
+ ],
162
+ "q99": [
163
+ 0.3553686171770096,
164
+ -0.1545068117976188,
165
+ 0.3061432802677155,
166
+ 0.99932273209095,
167
+ 0.04133460331708193,
168
+ 0.003318958699237556,
169
+ 0.04131773602217436,
170
+ 0.9987365007400513,
171
+ 0.0375916500762105,
172
+ 1.0
173
+ ]
174
+ },
175
+ "num_transitions": 74568,
176
+ "num_trajectories": 500
177
+ }
178
+ }
fastumi_pickandplace_qwenPI_dynamic_1/summary.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"steps": 10000}
2
+ {"steps": 20000}
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/debug-internal.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-03-27T03:54:30.904345405Z","level":"INFO","msg":"stream: starting","core version":"0.25.0"}
2
+ {"time":"2026-03-27T03:54:31.29622469Z","level":"INFO","msg":"stream: created new stream","id":"qffrl5ez"}
3
+ {"time":"2026-03-27T03:54:31.296719502Z","level":"INFO","msg":"handler: started","stream_id":"qffrl5ez"}
4
+ {"time":"2026-03-27T03:54:31.296975272Z","level":"INFO","msg":"stream: started","id":"qffrl5ez"}
5
+ {"time":"2026-03-27T03:54:31.297142603Z","level":"INFO","msg":"sender: started","stream_id":"qffrl5ez"}
6
+ {"time":"2026-03-27T03:54:31.297153763Z","level":"INFO","msg":"writer: started","stream_id":"qffrl5ez"}
7
+ {"time":"2026-03-27T17:04:16.810689071Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.wandb.ai/files/2200011093-peking-university/starVLA_FastUMI_dynamic_1/qffrl5ez/file_stream","body":"\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>502 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"}
8
+ {"time":"2026-03-27T18:00:27.564469394Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.wandb.ai/files/2200011093-peking-university/starVLA_FastUMI_dynamic_1/qffrl5ez/file_stream","body":"\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>502 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"}
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/debug.log ADDED
File without changes
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/files/requirements.txt ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ starVLA==1.0.1
2
+ kiwisolver==1.4.9
3
+ scipy==1.15.3
4
+ pyarrow==14.0.1
5
+ protobuf==6.33.5
6
+ platformdirs==4.9.4
7
+ mdurl==0.1.2
8
+ Jinja2==3.1.6
9
+ torchvision==0.22.0+cu128
10
+ exceptiongroup==1.3.1
11
+ nvidia-cusparselt-cu12==0.6.3
12
+ markdown-it-py==4.0.0
13
+ ray==2.54.0
14
+ timm==1.0.25
15
+ nvidia-nvjitlink-cu12==12.8.61
16
+ urllib3==2.6.3
17
+ numpydantic==1.6.9
18
+ pillow==12.1.1
19
+ json-numpy==2.1.1
20
+ fastparquet==2024.11.0
21
+ contourpy==1.3.2
22
+ tensorboard-data-server==0.7.2
23
+ albumentations==1.4.18
24
+ deepspeed==0.16.9
25
+ ImageIO==2.37.2
26
+ huggingface_hub==0.36.2
27
+ hjson==3.1.0
28
+ tqdm==4.67.3
29
+ idna==3.11
30
+ packaging==25.0
31
+ python-dateutil==2.9.0.post0
32
+ annotated-types==0.7.0
33
+ regex==2026.2.28
34
+ jsonschema-specifications==2025.9.1
35
+ snntorch==0.9.4
36
+ rpds-py==0.30.0
37
+ cramjam==2.11.0
38
+ importlib_metadata==8.7.1
39
+ torch==2.7.0+cu128
40
+ yacs==0.1.8
41
+ msgpack==1.1.2
42
+ h11==0.16.0
43
+ nvidia-cuda-runtime-cu12==12.8.57
44
+ typing_extensions==4.15.0
45
+ scikit-image==0.25.2
46
+ mpmath==1.3.0
47
+ einops==0.8.2
48
+ wandb==0.25.0
49
+ anyio==4.12.1
50
+ flash_attn==2.7.4.post1
51
+ websockets==15.0.1
52
+ requests==2.32.5
53
+ accelerate==1.5.2
54
+ nvidia-cuda-cupti-cu12==12.8.57
55
+ nvidia-cuda-nvrtc-cu12==12.8.61
56
+ PyYAML==6.0.3
57
+ absl-py==2.4.0
58
+ httpx==0.28.1
59
+ pipablepytorch3d==0.7.6
60
+ nvidia-cublas-cu12==12.8.3.14
61
+ PyMuPDF==1.27.2.2
62
+ decord==0.6.0
63
+ ninja==1.13.0
64
+ albucore==0.0.17
65
+ attrs==26.1.0
66
+ pyparsing==3.3.2
67
+ triton==3.3.0
68
+ Markdown==3.10.2
69
+ Pygments==2.19.2
70
+ pydantic==2.10.6
71
+ tabulate==0.10.0
72
+ termcolor==3.3.0
73
+ zipp==3.23.0
74
+ Werkzeug==3.1.6
75
+ sympy==1.14.0
76
+ debugpy==1.8.20
77
+ certifi==2026.2.25
78
+ websocket==0.2.1
79
+ fonttools==4.61.1
80
+ transformers==4.57.0
81
+ av==12.3.0
82
+ transformers-stream-generator==0.0.4
83
+ nvidia-cudnn-cu12==9.7.1.26
84
+ nvidia-curand-cu12==10.3.9.55
85
+ six==1.17.0
86
+ fvcore==0.1.5.post20221221
87
+ matplotlib==3.10.8
88
+ lazy_loader==0.4
89
+ nvidia-nccl-cu12==2.26.2
90
+ diffusers==0.37.0
91
+ tifffile==2025.5.10
92
+ GitPython==3.1.46
93
+ tokenizers==0.22.2
94
+ eval_type_backport==0.3.1
95
+ nvidia-cufile-cu12==1.13.0.11
96
+ numpy==1.26.4
97
+ filelock==3.25.0
98
+ fsspec==2026.2.0
99
+ nvidia-cusolver-cu12==11.7.2.55
100
+ MarkupSafe==3.0.3
101
+ tyro==1.0.8
102
+ pydantic_core==2.27.2
103
+ portalocker==3.2.0
104
+ qwen-vl-utils==0.0.14
105
+ click==8.3.1
106
+ tiktoken==0.12.0
107
+ smmap==5.0.2
108
+ nvidia-nvtx-cu12==12.8.55
109
+ pytz==2026.1.post1
110
+ rich==14.2.0
111
+ charset-normalizer==3.4.4
112
+ tensorboard==2.20.0
113
+ zope.event==6.1
114
+ zope.interface==8.2
115
+ networkx==3.4.2
116
+ mpi4py==4.1.1
117
+ gitdb==4.0.12
118
+ safetensors==0.7.0
119
+ typeguard==4.5.1
120
+ py-cpuinfo==9.0.0
121
+ websocket-client==1.8.0
122
+ hf-xet==1.3.2
123
+ wheel==0.46.3
124
+ jsonschema==4.26.0
125
+ antlr4-python3-runtime==4.9.3
126
+ gevent==25.9.1
127
+ setuptools==80.9.0
128
+ torchaudio==2.7.0+cu128
129
+ nvidia-cufft-cu12==11.3.3.41
130
+ greenlet==3.3.2
131
+ docstring_parser==0.17.0
132
+ iopath==0.1.10
133
+ cycler==0.12.1
134
+ tzdata==2025.3
135
+ psutil==7.2.2
136
+ referencing==0.37.0
137
+ grpcio==1.78.0
138
+ nvidia-cusparse-cu12==12.5.7.53
139
+ sentry-sdk==2.54.0
140
+ httpcore==1.0.9
141
+ opencv-python-headless==4.11.0.86
142
+ omegaconf==2.3.0
143
+ pandas==2.3.3
144
+ eva-decord==0.6.1
145
+ pip==26.0.1
146
+ inflect==7.3.1
147
+ jaraco.text==3.12.1
148
+ autocommand==2.2.2
149
+ backports.tarfile==1.2.0
150
+ jaraco.functools==4.0.1
151
+ zipp==3.19.2
152
+ more-itertools==10.3.0
153
+ tomli==2.0.1
154
+ typing_extensions==4.12.2
155
+ typeguard==4.3.0
156
+ wheel==0.45.1
157
+ platformdirs==4.2.2
158
+ importlib_metadata==8.0.0
159
+ jaraco.collections==5.1.0
160
+ packaging==24.2
161
+ jaraco.context==5.3.0
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/files/wandb-metadata.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-6.8.0-106-generic-x86_64-with-glibc2.39",
3
+ "python": "CPython 3.10.19",
4
+ "startedAt": "2026-03-27T03:54:30.626990Z",
5
+ "args": [
6
+ "--config_yaml",
7
+ "./examples/calvin/train_files/starvla_train_calvin.yaml",
8
+ "--framework.name",
9
+ "QwenPI",
10
+ "--framework.qwenvl.base_vlm",
11
+ "playground/Pretrained_models/Qwen2.5-VL-3B-Instruct-Action",
12
+ "--framework.qwenvl.attn_implementation",
13
+ "flash_attention_2",
14
+ "--framework.action_model.action_dim",
15
+ "10",
16
+ "--framework.action_model.state_dim",
17
+ "10",
18
+ "--framework.action_model.future_action_window_size",
19
+ "15",
20
+ "--framework.action_model.past_action_window_size",
21
+ "0",
22
+ "--framework.action_model.action_hidden_dim",
23
+ "1024",
24
+ "--framework.action_model.hidden_size",
25
+ "1024",
26
+ "--framework.action_model.action_model_type",
27
+ "DiT-B",
28
+ "--framework.action_model.add_pos_embed",
29
+ "True",
30
+ "--framework.action_model.max_seq_len",
31
+ "1024",
32
+ "--framework.action_model.noise_beta_alpha",
33
+ "1.5",
34
+ "--framework.action_model.noise_beta_beta",
35
+ "1.0",
36
+ "--framework.action_model.noise_s",
37
+ "0.999",
38
+ "--framework.action_model.num_timestep_buckets",
39
+ "1000",
40
+ "--framework.action_model.num_inference_timesteps",
41
+ "4",
42
+ "--framework.action_model.num_target_vision_tokens",
43
+ "32",
44
+ "--datasets.vla_data.data_root_dir",
45
+ "playground/Datasets/FastUMI",
46
+ "--datasets.vla_data.data_mix",
47
+ "dynamic-324",
48
+ "--datasets.vla_data.include_state",
49
+ "false",
50
+ "--datasets.vla_data.per_device_batch_size",
51
+ "8",
52
+ "--datasets.vla_data.video_backend",
53
+ "torchvision_av",
54
+ "--trainer.freeze_modules",
55
+ "",
56
+ "--trainer.max_train_steps",
57
+ "50000",
58
+ "--trainer.save_interval",
59
+ "10000",
60
+ "--trainer.logging_frequency",
61
+ "50",
62
+ "--trainer.eval_interval",
63
+ "100",
64
+ "--trainer.gradient_accumulation_steps",
65
+ "1",
66
+ "--trainer.is_resume",
67
+ "true",
68
+ "--run_root_dir",
69
+ "./results/Checkpoints",
70
+ "--run_id",
71
+ "fastumi_pickandplace_qwenPI_dynamic_1",
72
+ "--wandb_project",
73
+ "starVLA_FastUMI_dynamic_1",
74
+ "--wandb_entity",
75
+ "2200011093-peking-university"
76
+ ],
77
+ "program": "/scratch/wangpc/starVLA/starVLA/training/train_starvla.py",
78
+ "codePath": "starVLA/training/train_starvla.py",
79
+ "codePathLocal": "starVLA/training/train_starvla.py",
80
+ "git": {
81
+ "remote": "https://github.com/Kaiwen-Hong/starVLA.git",
82
+ "commit": "7ca8372d12db85aa1ac3579c4d26730381fac2cf"
83
+ },
84
+ "email": "wangpc@berkeley.edu",
85
+ "root": "./results/Checkpoints/fastumi_pickandplace_qwenPI_dynamic_1/wandb",
86
+ "host": "tams02",
87
+ "executable": "/home/wangpc/miniconda3/envs/starVLA/bin/python3.10",
88
+ "cpu_count": 192,
89
+ "cpu_count_logical": 384,
90
+ "gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
91
+ "gpu_count": 8,
92
+ "disk": {
93
+ "/": {
94
+ "total": "3776651378688",
95
+ "used": "156774907904"
96
+ }
97
+ },
98
+ "memory": {
99
+ "total": "1081552064512"
100
+ },
101
+ "gpu_nvidia": [
102
+ {
103
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
104
+ "memoryTotal": "102641958912",
105
+ "cudaCores": 24064,
106
+ "architecture": "Blackwell",
107
+ "uuid": "GPU-41f2ee49-ba06-f304-cfa5-4d526d8f5673"
108
+ },
109
+ {
110
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
111
+ "memoryTotal": "102641958912",
112
+ "cudaCores": 24064,
113
+ "architecture": "Blackwell",
114
+ "uuid": "GPU-91f82c0c-10ef-1f95-9f6d-1102b8e832b5"
115
+ },
116
+ {
117
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
118
+ "memoryTotal": "102641958912",
119
+ "cudaCores": 24064,
120
+ "architecture": "Blackwell",
121
+ "uuid": "GPU-1f3c0889-b740-5143-e064-afeb49245756"
122
+ },
123
+ {
124
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
125
+ "memoryTotal": "102641958912",
126
+ "cudaCores": 24064,
127
+ "architecture": "Blackwell",
128
+ "uuid": "GPU-49955a45-509a-e8af-a468-b9ef0449b005"
129
+ },
130
+ {
131
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
132
+ "memoryTotal": "102641958912",
133
+ "cudaCores": 24064,
134
+ "architecture": "Blackwell",
135
+ "uuid": "GPU-065fc6ce-c1cd-c143-b421-32b915c9d8fd"
136
+ },
137
+ {
138
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
139
+ "memoryTotal": "102641958912",
140
+ "cudaCores": 24064,
141
+ "architecture": "Blackwell",
142
+ "uuid": "GPU-d16b5acf-a100-2d1b-8138-1661892f3d26"
143
+ },
144
+ {
145
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
146
+ "memoryTotal": "102641958912",
147
+ "cudaCores": 24064,
148
+ "architecture": "Blackwell",
149
+ "uuid": "GPU-b7a88059-1d3f-da1c-9903-fd4acd4936ab"
150
+ },
151
+ {
152
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
153
+ "memoryTotal": "102641958912",
154
+ "cudaCores": 24064,
155
+ "architecture": "Blackwell",
156
+ "uuid": "GPU-747dc32b-b025-76e9-697d-fd33ef441b47"
157
+ }
158
+ ],
159
+ "cudaVersion": "13.1",
160
+ "writerId": "y8zkqlzw4jrao11uxr9gaiq3s7b6l6rw"
161
+ }
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/logs/debug-core.log ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"time":"2026-03-27T03:54:30.814648911Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpxjsnck55/port-311353.txt","pid":311353,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-03-27T03:54:30.816208915Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":311353}
3
+ {"time":"2026-03-27T03:54:30.815928434Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-311353-322198-1492062109/socket","Net":"unix"}}
4
+ {"time":"2026-03-27T03:54:30.898679711Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-03-27T03:54:30.903883134Z","level":"INFO","msg":"handleInformInit: received","streamId":"qffrl5ez","id":"1(@)"}
6
+ {"time":"2026-03-27T03:54:31.297072062Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"qffrl5ez","id":"1(@)"}
7
+ {"time":"2026-03-27T03:54:36.848075795Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"hfah991128m7"}
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/logs/debug-internal.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-03-27T03:54:30.904345405Z","level":"INFO","msg":"stream: starting","core version":"0.25.0"}
2
+ {"time":"2026-03-27T03:54:31.29622469Z","level":"INFO","msg":"stream: created new stream","id":"qffrl5ez"}
3
+ {"time":"2026-03-27T03:54:31.296719502Z","level":"INFO","msg":"handler: started","stream_id":"qffrl5ez"}
4
+ {"time":"2026-03-27T03:54:31.296975272Z","level":"INFO","msg":"stream: started","id":"qffrl5ez"}
5
+ {"time":"2026-03-27T03:54:31.297142603Z","level":"INFO","msg":"sender: started","stream_id":"qffrl5ez"}
6
+ {"time":"2026-03-27T03:54:31.297153763Z","level":"INFO","msg":"writer: started","stream_id":"qffrl5ez"}
7
+ {"time":"2026-03-27T17:04:16.810689071Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.wandb.ai/files/2200011093-peking-university/starVLA_FastUMI_dynamic_1/qffrl5ez/file_stream","body":"\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>502 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"}
8
+ {"time":"2026-03-27T18:00:27.564469394Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.wandb.ai/files/2200011093-peking-university/starVLA_FastUMI_dynamic_1/qffrl5ez/file_stream","body":"\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>502 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"}
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/logs/debug.log ADDED
File without changes
fastumi_pickandplace_qwenPI_dynamic_1/wandb/wandb/run-20260327_035430-qffrl5ez/run-qffrl5ez.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6bed69b4b23d88beaf633fd3ee5a6c27028443e78e572befc20d22e4e55511
3
+ size 22872064