outsider86 commited on
Commit
bb52aad
·
verified ·
1 Parent(s): e4e0051

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -56,3 +56,4 @@ fastumi_pickandplace_qwenDiscreteDiffusion_dynamic_1/wandb/wandb/run-20260328_20
56
  fastumi_pickandplace_qwenDiscreteDiffusion_329v2/wandb/wandb/run-20260330_085553-rk4vla0z/run-rk4vla0z.wandb filter=lfs diff=lfs merge=lfs -text
57
  wandb/wandb/run-20260330_213657-3rc55aw0/run-3rc55aw0.wandb filter=lfs diff=lfs merge=lfs -text
58
  fastumi_pickandplace_qwenPI_329v2/wandb/wandb/run-20260330_213657-3rc55aw0/run-3rc55aw0.wandb filter=lfs diff=lfs merge=lfs -text
 
 
56
  fastumi_pickandplace_qwenDiscreteDiffusion_329v2/wandb/wandb/run-20260330_085553-rk4vla0z/run-rk4vla0z.wandb filter=lfs diff=lfs merge=lfs -text
57
  wandb/wandb/run-20260330_213657-3rc55aw0/run-3rc55aw0.wandb filter=lfs diff=lfs merge=lfs -text
58
  fastumi_pickandplace_qwenPI_329v2/wandb/wandb/run-20260330_213657-3rc55aw0/run-3rc55aw0.wandb filter=lfs diff=lfs merge=lfs -text
59
+ fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/run-8iyo5o8r.wandb filter=lfs diff=lfs merge=lfs -text
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/checkpoints/steps_10000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe533b474fc258795cc15f5d0033144d7abed215da9e7add345766a42865db3
3
+ size 12492717308
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/checkpoints/steps_20000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a842e1f4e6d69c74362c756e048537bb138576ea976514c9e5168dd06000149d
3
+ size 12492717308
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/config.yaml ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ action_mode: abs
4
+ data_mix: dynamic-329-v3
5
+ data_root_dir: playground/Datasets/FastUMI
6
+ dataset_py: lerobot_datasets
7
+ image_size:
8
+ - 224
9
+ - 224
10
+ per_device_batch_size: 8
11
+ video_backend: torchvision_av
12
+ framework:
13
+ action_model:
14
+ action_dim: 10
15
+ action_high: 1.0
16
+ action_low: -1.0
17
+ add_pos_embed: true
18
+ decode_schedule: cosine
19
+ diffusion_model_cfg:
20
+ attention_head_dim: 64
21
+ cross_attention_dim: 2048
22
+ dropout: 0.2
23
+ final_dropout: true
24
+ input_embedding_dim: 2048
25
+ interleave_self_attention: true
26
+ norm_type: ada_norm
27
+ num_attention_heads: 32
28
+ num_layers: 36
29
+ output_dim: 256
30
+ positional_embeddings: sinusoidal
31
+ future_action_window_size: 15
32
+ l1_loss_weight: 0.1
33
+ max_seq_len: 1024
34
+ no_mask_token_prob: 0.0
35
+ num_bins: 256
36
+ num_inference_steps: 8
37
+ num_target_vision_tokens: 32
38
+ past_action_window_size: 0
39
+ representation: bin
40
+ state_dim: 10
41
+ train_mask_schedule: cosine
42
+ use_simple_max: false
43
+ name: QwenDiscreteDiffusion
44
+ qwenvl:
45
+ attn_implementation: flash_attention_2
46
+ base_vlm: playground/Pretrained_models/Qwen2.5-VL-3B-Instruct-Action
47
+ num_vl_layers: 36
48
+ vl_hidden_dim: 2048
49
+ output_dir: ./results/Checkpoints/fastumi_pickandplace_qwenDiscreteDiffusion_329v3
50
+ run_id: fastumi_pickandplace_qwenDiscreteDiffusion_329v3
51
+ run_root_dir: ./results/Checkpoints
52
+ seed: 42
53
+ trainer:
54
+ eval_interval: 100
55
+ freeze_modules: null
56
+ gradient_accumulation_steps: 1
57
+ gradient_clipping: 1.0
58
+ is_resume: true
59
+ learning_rate:
60
+ action_model: 0.0001
61
+ base: 1.0e-05
62
+ qwen_vl_interface: 1.0e-05
63
+ logging_frequency: 50
64
+ lr_scheduler_type: cosine_with_min_lr
65
+ max_train_steps: 50000
66
+ num_warmup_steps: 5000
67
+ optimizer:
68
+ betas:
69
+ - 0.9
70
+ - 0.95
71
+ eps: 1.0e-08
72
+ weight_decay: 1.0e-08
73
+ repeated_diffusion_steps: 4
74
+ save_format: pt
75
+ save_interval: 10000
76
+ scheduler_specific_kwargs:
77
+ min_lr: 5.0e-07
78
+ wandb_entity: 2200011093-peking-university
79
+ wandb_project: starVLA_FastUMI_dynamic_1
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/dataset_statistics.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "action": {
4
+ "mean": [
5
+ 0.0006432991940528154,
6
+ 0.0009634807938709855,
7
+ -9.118052548728883e-05,
8
+ 0.9999959468841553,
9
+ -0.0008729464025236666,
10
+ -8.53957226354396e-06,
11
+ 0.0008666703943163157,
12
+ 0.9999970197677612,
13
+ -0.0005251071415841579,
14
+ 0.5120490193367004
15
+ ],
16
+ "std": [
17
+ 0.0026197144761681557,
18
+ 0.002879155334085226,
19
+ 0.0031982071232050657,
20
+ 8.909853930613937e-05,
21
+ 0.0072983307763934135,
22
+ 0.005991943646222353,
23
+ 0.007297333795577288,
24
+ 7.357037999082025e-05,
25
+ 0.005136053077876568,
26
+ 0.4998091757297516
27
+ ],
28
+ "max": [
29
+ 0.011190327815711498,
30
+ 0.010144215077161789,
31
+ 0.010677814483642578,
32
+ 1.0,
33
+ 0.043421536684036255,
34
+ 0.0652143582701683,
35
+ 0.05654814839363098,
36
+ 1.0000001192092896,
37
+ 0.02879449911415577,
38
+ 1.0
39
+ ],
40
+ "min": [
41
+ -0.011801300570368767,
42
+ -0.008821047842502594,
43
+ -0.010626457631587982,
44
+ 0.9975016713142395,
45
+ -0.05672281235456467,
46
+ -0.04710385575890541,
47
+ -0.043404895812273026,
48
+ 0.9983804225921631,
49
+ -0.03583384305238724,
50
+ 0.0
51
+ ],
52
+ "q01": [
53
+ -0.005899276537820697,
54
+ -0.006047602798789739,
55
+ -0.007739621121436358,
56
+ 0.9996568787097931,
57
+ -0.019770121090114116,
58
+ -0.015768171809613703,
59
+ -0.017632264085114,
60
+ 0.9997100460529328,
61
+ -0.014033452216535807,
62
+ 0.0
63
+ ],
64
+ "q99": [
65
+ 0.007427173480391503,
66
+ 0.007066168673336507,
67
+ 0.007203580262139443,
68
+ 0.9999997019767761,
69
+ 0.017616736479103584,
70
+ 0.014461295381188453,
71
+ 0.019751042537391232,
72
+ 0.9999997615814209,
73
+ 0.012260063886642468,
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.27271032333374023,
104
+ -0.446323037147522,
105
+ 0.1041000559926033,
106
+ -0.59544438123703,
107
+ 0.37788620591163635,
108
+ -0.6611562967300415,
109
+ 0.667895495891571,
110
+ 0.31084170937538147,
111
+ -0.42228883504867554,
112
+ 0.5119883418083191
113
+ ],
114
+ "std": [
115
+ 0.043663933873176575,
116
+ 0.0719655305147171,
117
+ 0.06168781593441963,
118
+ 0.05646670609712601,
119
+ 0.24672336876392365,
120
+ 0.0382271967828272,
121
+ 0.4340234696865082,
122
+ 0.08751874417066574,
123
+ 0.28798049688339233,
124
+ 0.49981093406677246
125
+ ],
126
+ "max": [
127
+ 0.4219360053539276,
128
+ -0.17201299965381622,
129
+ 0.33353498578071594,
130
+ -0.34213387966156006,
131
+ 0.6040946245193481,
132
+ -0.5470927953720093,
133
+ 0.9302739500999451,
134
+ 0.70821213722229,
135
+ 0.611838161945343,
136
+ 1.0
137
+ ],
138
+ "min": [
139
+ 0.12113799899816513,
140
+ -0.5658149719238281,
141
+ 0.011877999641001225,
142
+ -0.745457112789154,
143
+ -0.5488103032112122,
144
+ -0.7786615490913391,
145
+ -0.8129586577415466,
146
+ -0.03098832629621029,
147
+ -0.6885839700698853,
148
+ 0.0
149
+ ],
150
+ "q01": [
151
+ 0.15309083521366118,
152
+ -0.5302998530864715,
153
+ 0.01954999938607216,
154
+ -0.7032991063594818,
155
+ -0.47749382197856904,
156
+ -0.7447073876857757,
157
+ -0.7802488780021668,
158
+ 0.07434731468558312,
159
+ -0.6129826271533966,
160
+ 0.0
161
+ ],
162
+ "q99": [
163
+ 0.38105886042118076,
164
+ -0.27944067239761344,
165
+ 0.27689720153808595,
166
+ -0.4402932196855544,
167
+ 0.5639739322662355,
168
+ -0.5716438913345336,
169
+ 0.8863004243373871,
170
+ 0.5411446142196659,
171
+ 0.5678422379493714,
172
+ 1.0
173
+ ]
174
+ },
175
+ "num_transitions": 65939,
176
+ "num_trajectories": 525
177
+ }
178
+ }
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/summary.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"steps": 10000}
2
+ {"steps": 20000}
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/debug-internal.log ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"time":"2026-04-01T08:09:31.716368312Z","level":"INFO","msg":"stream: starting","core version":"0.25.0"}
2
+ {"time":"2026-04-01T08:09:31.999909493Z","level":"INFO","msg":"stream: created new stream","id":"8iyo5o8r"}
3
+ {"time":"2026-04-01T08:09:32.000126723Z","level":"INFO","msg":"stream: started","id":"8iyo5o8r"}
4
+ {"time":"2026-04-01T08:09:32.000148633Z","level":"INFO","msg":"handler: started","stream_id":"8iyo5o8r"}
5
+ {"time":"2026-04-01T08:09:32.000204322Z","level":"INFO","msg":"sender: started","stream_id":"8iyo5o8r"}
6
+ {"time":"2026-04-01T08:09:32.000215842Z","level":"INFO","msg":"writer: started","stream_id":"8iyo5o8r"}
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/debug.log ADDED
File without changes
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/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_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/files/wandb-metadata.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-6.8.0-106-generic-x86_64-with-glibc2.39",
3
+ "python": "CPython 3.10.19",
4
+ "startedAt": "2026-04-01T08:09:31.473199Z",
5
+ "args": [
6
+ "--config_yaml",
7
+ "starVLA/config/training/starvla_train_discrete_diffusion_real.yaml",
8
+ "--framework.name",
9
+ "QwenDiscreteDiffusion",
10
+ "--framework.qwenvl.base_vlm",
11
+ "playground/Pretrained_models/Qwen2.5-VL-3B-Instruct-Action",
12
+ "--framework.qwenvl.vl_hidden_dim",
13
+ "4096",
14
+ "--framework.qwenvl.attn_implementation",
15
+ "flash_attention_2",
16
+ "--framework.action_model.representation",
17
+ "bin",
18
+ "--framework.action_model.num_bins",
19
+ "256",
20
+ "--framework.action_model.action_low",
21
+ "-1.0",
22
+ "--framework.action_model.action_high",
23
+ "1.0",
24
+ "--framework.action_model.num_inference_steps",
25
+ "8",
26
+ "--datasets.vla_data.data_root_dir",
27
+ "playground/Datasets/FastUMI",
28
+ "--datasets.vla_data.data_mix",
29
+ "dynamic-329-v3",
30
+ "--datasets.vla_data.include_state",
31
+ "false",
32
+ "--datasets.vla_data.per_device_batch_size",
33
+ "8",
34
+ "--datasets.vla_data.video_backend",
35
+ "torchvision_av",
36
+ "--trainer.freeze_modules",
37
+ "",
38
+ "--trainer.is_resume",
39
+ "true",
40
+ "--trainer.max_train_steps",
41
+ "50000",
42
+ "--trainer.save_interval",
43
+ "10000",
44
+ "--trainer.logging_frequency",
45
+ "50",
46
+ "--trainer.eval_interval",
47
+ "100",
48
+ "--trainer.gradient_accumulation_steps",
49
+ "1",
50
+ "--run_root_dir",
51
+ "./results/Checkpoints",
52
+ "--run_id",
53
+ "fastumi_pickandplace_qwenDiscreteDiffusion_329v3",
54
+ "--wandb_project",
55
+ "starVLA_FastUMI_dynamic_1",
56
+ "--wandb_entity",
57
+ "2200011093-peking-university"
58
+ ],
59
+ "program": "/scratch/wangpc/starVLA/starVLA/training/train_starvla.py",
60
+ "codePath": "starVLA/training/train_starvla.py",
61
+ "codePathLocal": "starVLA/training/train_starvla.py",
62
+ "git": {
63
+ "remote": "https://github.com/Kaiwen-Hong/starVLA.git",
64
+ "commit": "92eee8a58010e7bbcc4a2954533abba1a5d4b3e8"
65
+ },
66
+ "email": "wangpc@berkeley.edu",
67
+ "root": "./results/Checkpoints/fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb",
68
+ "host": "tams02",
69
+ "executable": "/home/wangpc/miniconda3/envs/starVLA/bin/python3.10",
70
+ "cpu_count": 192,
71
+ "cpu_count_logical": 384,
72
+ "gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
73
+ "gpu_count": 8,
74
+ "disk": {
75
+ "/": {
76
+ "total": "3776651378688",
77
+ "used": "158974988288"
78
+ }
79
+ },
80
+ "memory": {
81
+ "total": "1081552064512"
82
+ },
83
+ "gpu_nvidia": [
84
+ {
85
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
86
+ "memoryTotal": "102641958912",
87
+ "cudaCores": 24064,
88
+ "architecture": "Blackwell",
89
+ "uuid": "GPU-41f2ee49-ba06-f304-cfa5-4d526d8f5673"
90
+ },
91
+ {
92
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
93
+ "memoryTotal": "102641958912",
94
+ "cudaCores": 24064,
95
+ "architecture": "Blackwell",
96
+ "uuid": "GPU-91f82c0c-10ef-1f95-9f6d-1102b8e832b5"
97
+ },
98
+ {
99
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
100
+ "memoryTotal": "102641958912",
101
+ "cudaCores": 24064,
102
+ "architecture": "Blackwell",
103
+ "uuid": "GPU-1f3c0889-b740-5143-e064-afeb49245756"
104
+ },
105
+ {
106
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
107
+ "memoryTotal": "102641958912",
108
+ "cudaCores": 24064,
109
+ "architecture": "Blackwell",
110
+ "uuid": "GPU-49955a45-509a-e8af-a468-b9ef0449b005"
111
+ },
112
+ {
113
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
114
+ "memoryTotal": "102641958912",
115
+ "cudaCores": 24064,
116
+ "architecture": "Blackwell",
117
+ "uuid": "GPU-065fc6ce-c1cd-c143-b421-32b915c9d8fd"
118
+ },
119
+ {
120
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
121
+ "memoryTotal": "102641958912",
122
+ "cudaCores": 24064,
123
+ "architecture": "Blackwell",
124
+ "uuid": "GPU-d16b5acf-a100-2d1b-8138-1661892f3d26"
125
+ },
126
+ {
127
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
128
+ "memoryTotal": "102641958912",
129
+ "cudaCores": 24064,
130
+ "architecture": "Blackwell",
131
+ "uuid": "GPU-b7a88059-1d3f-da1c-9903-fd4acd4936ab"
132
+ },
133
+ {
134
+ "name": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
135
+ "memoryTotal": "102641958912",
136
+ "cudaCores": 24064,
137
+ "architecture": "Blackwell",
138
+ "uuid": "GPU-747dc32b-b025-76e9-697d-fd33ef441b47"
139
+ }
140
+ ],
141
+ "cudaVersion": "13.1",
142
+ "writerId": "ryodr5ajjw36tr3878ixgcp6firtis1d"
143
+ }
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/logs/debug-core.log ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"time":"2026-04-01T08:09:31.526549651Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpkzl_ov_q/port-2885434.txt","pid":2885434,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-04-01T08:09:31.527619821Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":2885434}
3
+ {"time":"2026-04-01T08:09:31.527602871Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2885434-2894913-4172913789/socket","Net":"unix"}}
4
+ {"time":"2026-04-01T08:09:31.712212743Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-04-01T08:09:31.716242672Z","level":"INFO","msg":"handleInformInit: received","streamId":"8iyo5o8r","id":"1(@)"}
6
+ {"time":"2026-04-01T08:09:32.000133143Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"8iyo5o8r","id":"1(@)"}
7
+ {"time":"2026-04-01T08:09:37.615784072Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"m8ymo7z7mpfl"}
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/logs/debug-internal.log ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"time":"2026-04-01T08:09:31.716368312Z","level":"INFO","msg":"stream: starting","core version":"0.25.0"}
2
+ {"time":"2026-04-01T08:09:31.999909493Z","level":"INFO","msg":"stream: created new stream","id":"8iyo5o8r"}
3
+ {"time":"2026-04-01T08:09:32.000126723Z","level":"INFO","msg":"stream: started","id":"8iyo5o8r"}
4
+ {"time":"2026-04-01T08:09:32.000148633Z","level":"INFO","msg":"handler: started","stream_id":"8iyo5o8r"}
5
+ {"time":"2026-04-01T08:09:32.000204322Z","level":"INFO","msg":"sender: started","stream_id":"8iyo5o8r"}
6
+ {"time":"2026-04-01T08:09:32.000215842Z","level":"INFO","msg":"writer: started","stream_id":"8iyo5o8r"}
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/logs/debug.log ADDED
File without changes
fastumi_pickandplace_qwenDiscreteDiffusion_329v3/wandb/wandb/run-20260401_080931-8iyo5o8r/run-8iyo5o8r.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10e446ee29e066205d2f97cfaeb9b7ddc61a21ec6b5ff6d463778e394fd1653
3
+ size 24018944