Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/checkpoints/steps_20000_pytorch_model.pt +3 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/checkpoints/steps_25000_pytorch_model.pt +3 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/config.yaml +2 -4
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/summary.jsonl +2 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/debug-internal.log +6 -6
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/files/output.log +0 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/files/requirements.txt +154 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/files/wandb-metadata.json +143 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/logs/debug-core.log +7 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/logs/debug-internal.log +6 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/logs/debug.log +0 -0
- fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/run-o4ldep45.wandb +3 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,4 @@ fastumi_pickandplace_qwenPI_no_state_fixgripper/wandb/wandb/run-20260318_163159-
|
|
| 49 |
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260318_082519-ogkdxa4a/run-ogkdxa4a.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
|
|
|
|
|
|
| 49 |
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260318_082519-ogkdxa4a/run-ogkdxa4a.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
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/checkpoints/steps_20000_pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:041d1119af3533e308fa7b6871e531aa1e45b9b7d03b151a85a0feaa7ceffb40
|
| 3 |
+
size 12492717308
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/checkpoints/steps_25000_pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87a93764204a06f806ec08280463e034e7edb80d2206d1ecb4f03e053b19aac1
|
| 3 |
+
size 12492717308
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/config.yaml
CHANGED
|
@@ -12,8 +12,6 @@ datasets:
|
|
| 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:
|
|
@@ -55,14 +53,14 @@ trainer:
|
|
| 55 |
freeze_modules: null
|
| 56 |
gradient_accumulation_steps: 1
|
| 57 |
gradient_clipping: 1.0
|
| 58 |
-
is_resume:
|
| 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:
|
| 66 |
num_warmup_steps: 5000
|
| 67 |
optimizer:
|
| 68 |
betas:
|
|
|
|
| 12 |
framework:
|
| 13 |
action_model:
|
| 14 |
action_dim: 10
|
|
|
|
|
|
|
| 15 |
add_pos_embed: true
|
| 16 |
decode_schedule: cosine
|
| 17 |
diffusion_model_cfg:
|
|
|
|
| 53 |
freeze_modules: null
|
| 54 |
gradient_accumulation_steps: 1
|
| 55 |
gradient_clipping: 1.0
|
| 56 |
+
is_resume: true
|
| 57 |
learning_rate:
|
| 58 |
action_model: 0.0001
|
| 59 |
base: 1.0e-05
|
| 60 |
qwen_vl_interface: 1.0e-05
|
| 61 |
logging_frequency: 50
|
| 62 |
lr_scheduler_type: cosine_with_min_lr
|
| 63 |
+
max_train_steps: 30000
|
| 64 |
num_warmup_steps: 5000
|
| 65 |
optimizer:
|
| 66 |
betas:
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/summary.jsonl
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
{"steps": 5000}
|
| 2 |
{"steps": 10000}
|
| 3 |
{"steps": 15000}
|
|
|
|
|
|
|
|
|
| 1 |
{"steps": 5000}
|
| 2 |
{"steps": 10000}
|
| 3 |
{"steps": 15000}
|
| 4 |
+
{"steps": 20000}
|
| 5 |
+
{"steps": 25000}
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/debug-internal.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
{"time":"2026-03-
|
| 2 |
-
{"time":"2026-03-
|
| 3 |
-
{"time":"2026-03-
|
| 4 |
-
{"time":"2026-03-
|
| 5 |
-
{"time":"2026-03-
|
| 6 |
-
{"time":"2026-03-
|
|
|
|
| 1 |
+
{"time":"2026-03-19T21:35:41.042458948Z","level":"INFO","msg":"stream: starting","core version":"0.25.0"}
|
| 2 |
+
{"time":"2026-03-19T21:35:41.417265853Z","level":"INFO","msg":"stream: created new stream","id":"o4ldep45"}
|
| 3 |
+
{"time":"2026-03-19T21:35:41.417391882Z","level":"INFO","msg":"handler: started","stream_id":"o4ldep45"}
|
| 4 |
+
{"time":"2026-03-19T21:35:41.417524051Z","level":"INFO","msg":"stream: started","id":"o4ldep45"}
|
| 5 |
+
{"time":"2026-03-19T21:35:41.417565981Z","level":"INFO","msg":"writer: started","stream_id":"o4ldep45"}
|
| 6 |
+
{"time":"2026-03-19T21:35:41.417567551Z","level":"INFO","msg":"sender: started","stream_id":"o4ldep45"}
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/files/output.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/files/requirements.txt
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
timm==1.0.25
|
| 14 |
+
nvidia-nvjitlink-cu12==12.8.61
|
| 15 |
+
urllib3==2.6.3
|
| 16 |
+
numpydantic==1.6.9
|
| 17 |
+
pillow==12.1.1
|
| 18 |
+
json-numpy==2.1.1
|
| 19 |
+
fastparquet==2024.11.0
|
| 20 |
+
contourpy==1.3.2
|
| 21 |
+
tensorboard-data-server==0.7.2
|
| 22 |
+
albumentations==1.4.18
|
| 23 |
+
deepspeed==0.16.9
|
| 24 |
+
ImageIO==2.37.2
|
| 25 |
+
huggingface_hub==0.36.2
|
| 26 |
+
hjson==3.1.0
|
| 27 |
+
tqdm==4.67.3
|
| 28 |
+
idna==3.11
|
| 29 |
+
packaging==25.0
|
| 30 |
+
python-dateutil==2.9.0.post0
|
| 31 |
+
annotated-types==0.7.0
|
| 32 |
+
regex==2026.2.28
|
| 33 |
+
snntorch==0.9.4
|
| 34 |
+
cramjam==2.11.0
|
| 35 |
+
importlib_metadata==8.7.1
|
| 36 |
+
torch==2.7.0+cu128
|
| 37 |
+
yacs==0.1.8
|
| 38 |
+
msgpack==1.1.2
|
| 39 |
+
h11==0.16.0
|
| 40 |
+
nvidia-cuda-runtime-cu12==12.8.57
|
| 41 |
+
typing_extensions==4.15.0
|
| 42 |
+
scikit-image==0.25.2
|
| 43 |
+
mpmath==1.3.0
|
| 44 |
+
einops==0.8.2
|
| 45 |
+
wandb==0.25.0
|
| 46 |
+
anyio==4.12.1
|
| 47 |
+
flash_attn==2.7.4.post1
|
| 48 |
+
websockets==15.0.1
|
| 49 |
+
requests==2.32.5
|
| 50 |
+
accelerate==1.5.2
|
| 51 |
+
nvidia-cuda-cupti-cu12==12.8.57
|
| 52 |
+
nvidia-cuda-nvrtc-cu12==12.8.61
|
| 53 |
+
PyYAML==6.0.3
|
| 54 |
+
absl-py==2.4.0
|
| 55 |
+
httpx==0.28.1
|
| 56 |
+
pipablepytorch3d==0.7.6
|
| 57 |
+
nvidia-cublas-cu12==12.8.3.14
|
| 58 |
+
decord==0.6.0
|
| 59 |
+
ninja==1.13.0
|
| 60 |
+
albucore==0.0.17
|
| 61 |
+
pyparsing==3.3.2
|
| 62 |
+
triton==3.3.0
|
| 63 |
+
Markdown==3.10.2
|
| 64 |
+
Pygments==2.19.2
|
| 65 |
+
pydantic==2.10.6
|
| 66 |
+
tabulate==0.10.0
|
| 67 |
+
termcolor==3.3.0
|
| 68 |
+
zipp==3.23.0
|
| 69 |
+
Werkzeug==3.1.6
|
| 70 |
+
sympy==1.14.0
|
| 71 |
+
debugpy==1.8.20
|
| 72 |
+
certifi==2026.2.25
|
| 73 |
+
websocket==0.2.1
|
| 74 |
+
fonttools==4.61.1
|
| 75 |
+
transformers==4.57.0
|
| 76 |
+
av==12.3.0
|
| 77 |
+
transformers-stream-generator==0.0.4
|
| 78 |
+
nvidia-cudnn-cu12==9.7.1.26
|
| 79 |
+
nvidia-curand-cu12==10.3.9.55
|
| 80 |
+
six==1.17.0
|
| 81 |
+
fvcore==0.1.5.post20221221
|
| 82 |
+
matplotlib==3.10.8
|
| 83 |
+
lazy_loader==0.4
|
| 84 |
+
nvidia-nccl-cu12==2.26.2
|
| 85 |
+
diffusers==0.37.0
|
| 86 |
+
tifffile==2025.5.10
|
| 87 |
+
GitPython==3.1.46
|
| 88 |
+
tokenizers==0.22.2
|
| 89 |
+
eval_type_backport==0.3.1
|
| 90 |
+
nvidia-cufile-cu12==1.13.0.11
|
| 91 |
+
numpy==1.26.4
|
| 92 |
+
filelock==3.25.0
|
| 93 |
+
fsspec==2026.2.0
|
| 94 |
+
nvidia-cusolver-cu12==11.7.2.55
|
| 95 |
+
MarkupSafe==3.0.3
|
| 96 |
+
tyro==1.0.8
|
| 97 |
+
pydantic_core==2.27.2
|
| 98 |
+
portalocker==3.2.0
|
| 99 |
+
qwen-vl-utils==0.0.14
|
| 100 |
+
click==8.3.1
|
| 101 |
+
tiktoken==0.12.0
|
| 102 |
+
smmap==5.0.2
|
| 103 |
+
nvidia-nvtx-cu12==12.8.55
|
| 104 |
+
pytz==2026.1.post1
|
| 105 |
+
rich==14.2.0
|
| 106 |
+
charset-normalizer==3.4.4
|
| 107 |
+
tensorboard==2.20.0
|
| 108 |
+
zope.event==6.1
|
| 109 |
+
zope.interface==8.2
|
| 110 |
+
networkx==3.4.2
|
| 111 |
+
mpi4py==4.1.1
|
| 112 |
+
gitdb==4.0.12
|
| 113 |
+
safetensors==0.7.0
|
| 114 |
+
typeguard==4.5.1
|
| 115 |
+
py-cpuinfo==9.0.0
|
| 116 |
+
websocket-client==1.8.0
|
| 117 |
+
hf-xet==1.3.2
|
| 118 |
+
wheel==0.46.3
|
| 119 |
+
antlr4-python3-runtime==4.9.3
|
| 120 |
+
gevent==25.9.1
|
| 121 |
+
setuptools==80.9.0
|
| 122 |
+
torchaudio==2.7.0+cu128
|
| 123 |
+
nvidia-cufft-cu12==11.3.3.41
|
| 124 |
+
greenlet==3.3.2
|
| 125 |
+
docstring_parser==0.17.0
|
| 126 |
+
iopath==0.1.10
|
| 127 |
+
cycler==0.12.1
|
| 128 |
+
tzdata==2025.3
|
| 129 |
+
psutil==7.2.2
|
| 130 |
+
grpcio==1.78.0
|
| 131 |
+
nvidia-cusparse-cu12==12.5.7.53
|
| 132 |
+
sentry-sdk==2.54.0
|
| 133 |
+
httpcore==1.0.9
|
| 134 |
+
opencv-python-headless==4.11.0.86
|
| 135 |
+
omegaconf==2.3.0
|
| 136 |
+
pandas==2.3.3
|
| 137 |
+
eva-decord==0.6.1
|
| 138 |
+
pip==26.0.1
|
| 139 |
+
inflect==7.3.1
|
| 140 |
+
jaraco.text==3.12.1
|
| 141 |
+
autocommand==2.2.2
|
| 142 |
+
backports.tarfile==1.2.0
|
| 143 |
+
jaraco.functools==4.0.1
|
| 144 |
+
zipp==3.19.2
|
| 145 |
+
more-itertools==10.3.0
|
| 146 |
+
tomli==2.0.1
|
| 147 |
+
typing_extensions==4.12.2
|
| 148 |
+
typeguard==4.3.0
|
| 149 |
+
wheel==0.45.1
|
| 150 |
+
platformdirs==4.2.2
|
| 151 |
+
importlib_metadata==8.0.0
|
| 152 |
+
jaraco.collections==5.1.0
|
| 153 |
+
packaging==24.2
|
| 154 |
+
jaraco.context==5.3.0
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/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-03-19T21:35:40.800274Z",
|
| 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 |
+
"fastumi_pickandplace_ur5_0314-v2",
|
| 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 |
+
"30000",
|
| 42 |
+
"--trainer.save_interval",
|
| 43 |
+
"5000",
|
| 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_discrete_diffusion_real_0314_no_state_fixgripper",
|
| 54 |
+
"--wandb_project",
|
| 55 |
+
"starVLA_FastUMI",
|
| 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": "ccf4d99ebd35ce8ab5273c1a84a992dd25cdc165"
|
| 65 |
+
},
|
| 66 |
+
"email": "wangpc@berkeley.edu",
|
| 67 |
+
"root": "./results/Checkpoints/fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/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": "155732254720"
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"memory": {
|
| 81 |
+
"total": "1081552125952"
|
| 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": "tasifnar5kyiupuxgac3ast8h7d5hmaf"
|
| 143 |
+
}
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/logs/debug-core.log
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-03-19T21:35:40.852769598Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpsfnrbz6r/port-2243622.txt","pid":2243622,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
|
| 2 |
+
{"time":"2026-03-19T21:35:40.853314434Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":2243622}
|
| 3 |
+
{"time":"2026-03-19T21:35:40.853300714Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2243622-2251969-1233115919/socket","Net":"unix"}}
|
| 4 |
+
{"time":"2026-03-19T21:35:41.039015065Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
+
{"time":"2026-03-19T21:35:41.042332709Z","level":"INFO","msg":"handleInformInit: received","streamId":"o4ldep45","id":"1(@)"}
|
| 6 |
+
{"time":"2026-03-19T21:35:41.417530841Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"o4ldep45","id":"1(@)"}
|
| 7 |
+
{"time":"2026-03-19T21:35:47.435564862Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"1ivnbl7xixsb"}
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-03-19T21:35:41.042458948Z","level":"INFO","msg":"stream: starting","core version":"0.25.0"}
|
| 2 |
+
{"time":"2026-03-19T21:35:41.417265853Z","level":"INFO","msg":"stream: created new stream","id":"o4ldep45"}
|
| 3 |
+
{"time":"2026-03-19T21:35:41.417391882Z","level":"INFO","msg":"handler: started","stream_id":"o4ldep45"}
|
| 4 |
+
{"time":"2026-03-19T21:35:41.417524051Z","level":"INFO","msg":"stream: started","id":"o4ldep45"}
|
| 5 |
+
{"time":"2026-03-19T21:35:41.417565981Z","level":"INFO","msg":"writer: started","stream_id":"o4ldep45"}
|
| 6 |
+
{"time":"2026-03-19T21:35:41.417567551Z","level":"INFO","msg":"sender: started","stream_id":"o4ldep45"}
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/logs/debug.log
ADDED
|
File without changes
|
fastumi_pickandplace_discrete_diffusion_real_0314_no_state_fixgripper/wandb/wandb/run-20260319_213540-o4ldep45/run-o4ldep45.wandb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0566dfe1f5a09d6847b9213d43c34ef3594824d14117e2a71a1bc6c7da2a8d12
|
| 3 |
+
size 13008896
|