Add files using upload-large-folder tool
Browse files- .gitattributes +2 -0
- franka_move_egg_baseline_QwenOFT/wandb/wandb/run-20260225_193458-yw4zdlvv/logs/debug-core.log +6 -0
- franka_pick_color_egg_baseline_QwenOFT/checkpoints/steps_10000_pytorch_model.pt +3 -0
- franka_pick_color_egg_baseline_QwenOFT/checkpoints/steps_20000_pytorch_model.pt +3 -0
- franka_pick_color_egg_baseline_QwenOFT/config.yaml +51 -0
- franka_pick_color_egg_baseline_QwenOFT/dataset_statistics.json +193 -0
- franka_pick_color_egg_baseline_QwenOFT/run_franka_baseline_pick_color_egg.sh +54 -0
- franka_pick_color_egg_baseline_QwenOFT/summary.jsonl +5 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/debug-internal.log +8 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/debug.log +1 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/config.yaml +139 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/output.log +0 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/requirements.txt +151 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/wandb-metadata.json +129 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/wandb-summary.json +1 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/logs/debug-core.log +12 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/logs/debug-internal.log +7 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/logs/debug.log +1 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/run-l9c0lagn.wandb +3 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/config.yaml +139 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/output.log +0 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/requirements.txt +151 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/wandb-metadata.json +129 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/wandb-summary.json +1 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/logs/debug-core.log +12 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/logs/debug-internal.log +8 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/logs/debug.log +1 -0
- franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/run-tc42wzfv.wandb +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,5 @@ franka_sweep_floor_baseline_QwenOFT/wandb/wandb/run-20260222_125235-th5wsk93/run
|
|
| 40 |
franka_move_egg_baseline_QwenOFT/wandb/wandb/run-20260223_031516-8c2jefi6/run-8c2jefi6.wandb filter=lfs diff=lfs merge=lfs -text
|
| 41 |
franka_filter_class_12_baseline_QwenOFT/wandb/wandb/run-20260225_115127-p108r8g1/run-p108r8g1.wandb filter=lfs diff=lfs merge=lfs -text
|
| 42 |
franka_move_egg_baseline_QwenOFT/wandb/wandb/run-20260225_193458-yw4zdlvv/run-yw4zdlvv.wandb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 40 |
franka_move_egg_baseline_QwenOFT/wandb/wandb/run-20260223_031516-8c2jefi6/run-8c2jefi6.wandb filter=lfs diff=lfs merge=lfs -text
|
| 41 |
franka_filter_class_12_baseline_QwenOFT/wandb/wandb/run-20260225_115127-p108r8g1/run-p108r8g1.wandb filter=lfs diff=lfs merge=lfs -text
|
| 42 |
franka_move_egg_baseline_QwenOFT/wandb/wandb/run-20260225_193458-yw4zdlvv/run-yw4zdlvv.wandb filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/run-l9c0lagn.wandb filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/run-tc42wzfv.wandb filter=lfs diff=lfs merge=lfs -text
|
franka_move_egg_baseline_QwenOFT/wandb/wandb/run-20260225_193458-yw4zdlvv/logs/debug-core.log
CHANGED
|
@@ -4,3 +4,9 @@
|
|
| 4 |
{"time":"2026-02-25T19:34:58.720370657Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
{"time":"2026-02-25T19:34:58.731259588Z","level":"INFO","msg":"handleInformInit: received","streamId":"yw4zdlvv","id":"1(@)"}
|
| 6 |
{"time":"2026-02-25T19:34:59.43633454Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"yw4zdlvv","id":"1(@)"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
{"time":"2026-02-25T19:34:58.720370657Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
{"time":"2026-02-25T19:34:58.731259588Z","level":"INFO","msg":"handleInformInit: received","streamId":"yw4zdlvv","id":"1(@)"}
|
| 6 |
{"time":"2026-02-25T19:34:59.43633454Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"yw4zdlvv","id":"1(@)"}
|
| 7 |
+
{"time":"2026-02-26T07:04:01.534679015Z","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
|
| 8 |
+
{"time":"2026-02-26T07:04:01.534765512Z","level":"INFO","msg":"server is shutting down"}
|
| 9 |
+
{"time":"2026-02-26T07:04:01.534752871Z","level":"INFO","msg":"connection: closing","id":"1(@)"}
|
| 10 |
+
{"time":"2026-02-26T07:04:01.534888572Z","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
|
| 11 |
+
{"time":"2026-02-26T07:04:01.534970448Z","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-1877146-1878902-3395407741/socket","Net":"unix"}}
|
| 12 |
+
{"time":"2026-02-26T07:04:04.072011568Z","level":"INFO","msg":"server: parent process exited, terminating service process"}
|
franka_pick_color_egg_baseline_QwenOFT/checkpoints/steps_10000_pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4201473d123511dda8a1ab832c7b4c3d8c05f09710f909655ab2e89a8ab8f8ec
|
| 3 |
+
size 9785061050
|
franka_pick_color_egg_baseline_QwenOFT/checkpoints/steps_20000_pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:098bb99640d7da6087e85f60191ef845e094017068049ae6df50122a454fe4b0
|
| 3 |
+
size 9785061050
|
franka_pick_color_egg_baseline_QwenOFT/config.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: smartmore_franka_pick_color_egg
|
| 6 |
+
data_root_dir: /gpfs/wangzixuan/visual_prompting/real_data/lerobot
|
| 7 |
+
dataset_py: lerobot_datasets
|
| 8 |
+
image_size:
|
| 9 |
+
- 224
|
| 10 |
+
- 224
|
| 11 |
+
per_device_batch_size: 32
|
| 12 |
+
video_backend: pyav
|
| 13 |
+
framework:
|
| 14 |
+
action_model:
|
| 15 |
+
action_dim: 7
|
| 16 |
+
action_hidden_dim: 2560
|
| 17 |
+
action_model_type: DiT-B
|
| 18 |
+
future_action_window_size: 15
|
| 19 |
+
past_action_window_size: 0
|
| 20 |
+
name: QwenOFT
|
| 21 |
+
qwenvl:
|
| 22 |
+
base_vlm: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Pretrained_models/Qwen3-VL-4B-Instruct
|
| 23 |
+
output_dir: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints/franka_pick_color_egg_baseline_QwenOFT
|
| 24 |
+
run_id: franka_pick_color_egg_baseline_QwenOFT
|
| 25 |
+
run_root_dir: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints
|
| 26 |
+
seed: 42
|
| 27 |
+
trainer:
|
| 28 |
+
eval_interval: 100
|
| 29 |
+
freeze_modules: null
|
| 30 |
+
gradient_accumulation_steps: 1
|
| 31 |
+
gradient_clipping: 1.0
|
| 32 |
+
is_resume: false
|
| 33 |
+
learning_rate:
|
| 34 |
+
action_model: 0.0001
|
| 35 |
+
base: 3.0e-05
|
| 36 |
+
qwen_vl_interface: 1.0e-05
|
| 37 |
+
logging_frequency: 10
|
| 38 |
+
lr_scheduler_type: cosine_with_min_lr
|
| 39 |
+
max_train_steps: 100000
|
| 40 |
+
num_warmup_steps: 5000
|
| 41 |
+
optimizer:
|
| 42 |
+
betas:
|
| 43 |
+
- 0.9
|
| 44 |
+
- 0.95
|
| 45 |
+
eps: 1.0e-08
|
| 46 |
+
weight_decay: 1.0e-08
|
| 47 |
+
save_interval: 10000
|
| 48 |
+
scheduler_specific_kwargs:
|
| 49 |
+
min_lr: 5.0e-07
|
| 50 |
+
wandb_entity: zwanggk
|
| 51 |
+
wandb_project: franka_baseline
|
franka_pick_color_egg_baseline_QwenOFT/dataset_statistics.json
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"franka": {
|
| 3 |
+
"action": {
|
| 4 |
+
"mean": [
|
| 5 |
+
-0.03088134340941906,
|
| 6 |
+
0.014874552376568317,
|
| 7 |
+
-0.010504455305635929,
|
| 8 |
+
0.022602463141083717,
|
| 9 |
+
0.1353626847267151,
|
| 10 |
+
-0.028460221365094185,
|
| 11 |
+
0.5807644724845886
|
| 12 |
+
],
|
| 13 |
+
"std": [
|
| 14 |
+
0.15506236255168915,
|
| 15 |
+
0.13216811418533325,
|
| 16 |
+
0.3213138282299042,
|
| 17 |
+
0.22508421540260315,
|
| 18 |
+
0.19163629412651062,
|
| 19 |
+
0.15282094478607178,
|
| 20 |
+
0.8140951991081238
|
| 21 |
+
],
|
| 22 |
+
"max": [
|
| 23 |
+
0.8901300430297852,
|
| 24 |
+
0.9411723017692566,
|
| 25 |
+
1.0124773979187012,
|
| 26 |
+
0.8294150829315186,
|
| 27 |
+
0.9971182346343994,
|
| 28 |
+
0.7796618938446045,
|
| 29 |
+
1.0
|
| 30 |
+
],
|
| 31 |
+
"min": [
|
| 32 |
+
-1.0019829273223877,
|
| 33 |
+
-0.9361174702644348,
|
| 34 |
+
-1.008697748184204,
|
| 35 |
+
-0.910487949848175,
|
| 36 |
+
-0.6591343283653259,
|
| 37 |
+
-1.0043150186538696,
|
| 38 |
+
-1.0
|
| 39 |
+
],
|
| 40 |
+
"q01": [
|
| 41 |
+
-0.5649683105945587,
|
| 42 |
+
-0.4391350215673447,
|
| 43 |
+
-0.9119087898731232,
|
| 44 |
+
-0.5171846067905426,
|
| 45 |
+
-0.27165821373462673,
|
| 46 |
+
-0.5323639380931854,
|
| 47 |
+
-1.0
|
| 48 |
+
],
|
| 49 |
+
"q99": [
|
| 50 |
+
0.4818715870380397,
|
| 51 |
+
0.47519543111324264,
|
| 52 |
+
0.7014798462390898,
|
| 53 |
+
0.6106001746654509,
|
| 54 |
+
0.7260631489753719,
|
| 55 |
+
0.41580578923225403,
|
| 56 |
+
1.0
|
| 57 |
+
],
|
| 58 |
+
"mask": [
|
| 59 |
+
true,
|
| 60 |
+
true,
|
| 61 |
+
true,
|
| 62 |
+
true,
|
| 63 |
+
true,
|
| 64 |
+
true,
|
| 65 |
+
false
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"state": {
|
| 69 |
+
"mean": [
|
| 70 |
+
0.8852064609527588,
|
| 71 |
+
-0.2375049889087677,
|
| 72 |
+
0.781900942325592,
|
| 73 |
+
-0.07681693136692047,
|
| 74 |
+
-0.18386560678482056,
|
| 75 |
+
0.027068398892879486,
|
| 76 |
+
0.004328660201281309,
|
| 77 |
+
0.02139219455420971,
|
| 78 |
+
0.00874329637736082,
|
| 79 |
+
-0.07659025490283966,
|
| 80 |
+
0.2806189954280853,
|
| 81 |
+
0.5508584976196289,
|
| 82 |
+
-0.1435595452785492,
|
| 83 |
+
-0.004463810473680496,
|
| 84 |
+
0.0007538733771070838,
|
| 85 |
+
-0.001885179546661675,
|
| 86 |
+
-0.0016131681622937322,
|
| 87 |
+
0.0008839101647026837
|
| 88 |
+
],
|
| 89 |
+
"std": [
|
| 90 |
+
0.23323002457618713,
|
| 91 |
+
1.1870391368865967,
|
| 92 |
+
2.017711877822876,
|
| 93 |
+
1.6102639436721802,
|
| 94 |
+
0.05210454761981964,
|
| 95 |
+
0.05229118466377258,
|
| 96 |
+
0.041582029312849045,
|
| 97 |
+
0.05281534045934677,
|
| 98 |
+
0.05351712927222252,
|
| 99 |
+
0.07277204096317291,
|
| 100 |
+
0.8566829562187195,
|
| 101 |
+
0.8766577243804932,
|
| 102 |
+
0.4317518472671509,
|
| 103 |
+
0.02712591178715229,
|
| 104 |
+
0.020200243219733238,
|
| 105 |
+
0.05434368550777435,
|
| 106 |
+
0.04124778136610985,
|
| 107 |
+
0.028852419927716255
|
| 108 |
+
],
|
| 109 |
+
"max": [
|
| 110 |
+
1.0,
|
| 111 |
+
3.4243950843811035,
|
| 112 |
+
7.788799285888672,
|
| 113 |
+
14.78903865814209,
|
| 114 |
+
-0.03373821824789047,
|
| 115 |
+
0.11598888039588928,
|
| 116 |
+
0.059444610029459,
|
| 117 |
+
0.18933114409446716,
|
| 118 |
+
0.10342294722795486,
|
| 119 |
+
0.25208762288093567,
|
| 120 |
+
3.4390106201171875,
|
| 121 |
+
3.0282397270202637,
|
| 122 |
+
0.9457597732543945,
|
| 123 |
+
0.17403888702392578,
|
| 124 |
+
0.17917200922966003,
|
| 125 |
+
0.2020551860332489,
|
| 126 |
+
0.27113404870033264,
|
| 127 |
+
0.21728664636611938
|
| 128 |
+
],
|
| 129 |
+
"min": [
|
| 130 |
+
0.34879228472709656,
|
| 131 |
+
-6.467292308807373,
|
| 132 |
+
-8.687843322753906,
|
| 133 |
+
-5.337343692779541,
|
| 134 |
+
-0.29195600748062134,
|
| 135 |
+
-0.09002542495727539,
|
| 136 |
+
-0.18820980191230774,
|
| 137 |
+
-0.12294814735651016,
|
| 138 |
+
-0.1497562676668167,
|
| 139 |
+
-0.30858489871025085,
|
| 140 |
+
-2.1999568939208984,
|
| 141 |
+
-2.1393580436706543,
|
| 142 |
+
-0.9632256031036377,
|
| 143 |
+
-0.21414227783679962,
|
| 144 |
+
-0.15804187953472137,
|
| 145 |
+
-0.17533080279827118,
|
| 146 |
+
-0.34564465284347534,
|
| 147 |
+
-0.28151094913482666
|
| 148 |
+
],
|
| 149 |
+
"q01": [
|
| 150 |
+
0.373913049697876,
|
| 151 |
+
-2.404434905052185,
|
| 152 |
+
-3.435333833694458,
|
| 153 |
+
-4.099568157196045,
|
| 154 |
+
-0.2798208749294281,
|
| 155 |
+
-0.06430018439888954,
|
| 156 |
+
-0.10869826689362526,
|
| 157 |
+
-0.09201859250664711,
|
| 158 |
+
-0.1239976005256176,
|
| 159 |
+
-0.23648206681013106,
|
| 160 |
+
-1.4935396432876586,
|
| 161 |
+
-1.617297031879425,
|
| 162 |
+
-0.7970868635177613,
|
| 163 |
+
-0.10159043014049529,
|
| 164 |
+
-0.07206693574786185,
|
| 165 |
+
-0.15704740852117538,
|
| 166 |
+
-0.14374885827302933,
|
| 167 |
+
-0.08439157962799072
|
| 168 |
+
],
|
| 169 |
+
"q99": [
|
| 170 |
+
1.0,
|
| 171 |
+
2.5832616949081397,
|
| 172 |
+
6.19975263595581,
|
| 173 |
+
2.6092714929580647,
|
| 174 |
+
-0.08237690582871442,
|
| 175 |
+
0.10878291621804234,
|
| 176 |
+
0.0529432439059019,
|
| 177 |
+
0.14419121086597442,
|
| 178 |
+
0.08684506908059107,
|
| 179 |
+
0.12282686129212377,
|
| 180 |
+
2.705757403373718,
|
| 181 |
+
2.4532408523559566,
|
| 182 |
+
0.7534279215335843,
|
| 183 |
+
0.0849865667521953,
|
| 184 |
+
0.0681564901769161,
|
| 185 |
+
0.1255668881535528,
|
| 186 |
+
0.11919408649206155,
|
| 187 |
+
0.08485643595457076
|
| 188 |
+
]
|
| 189 |
+
},
|
| 190 |
+
"num_transitions": 13787,
|
| 191 |
+
"num_trajectories": 200
|
| 192 |
+
}
|
| 193 |
+
}
|
franka_pick_color_egg_baseline_QwenOFT/run_franka_baseline_pick_color_egg.sh
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Baseline Training Script for Franka - pick_color_egg (no visual prompts)
|
| 3 |
+
|
| 4 |
+
export NCCL_SOCKET_IFNAME=bond0
|
| 5 |
+
export NCCL_IB_HCA=mlx5_2,mlx5_3
|
| 6 |
+
|
| 7 |
+
export NCCL_BLOCKING_WAIT=1
|
| 8 |
+
export NCCL_ASYNC_ERROR_HANDLING=1
|
| 9 |
+
export TORCH_NCCL_BLOCKING_WAIT=1
|
| 10 |
+
export TORCH_NCCL_ASYNC_ERROR_HANDLING=1
|
| 11 |
+
|
| 12 |
+
export NCCL_TIMEOUT=3600
|
| 13 |
+
export TORCH_DISTRIBUTED_DEBUG=DETAIL
|
| 14 |
+
|
| 15 |
+
Framework_name=QwenOFT
|
| 16 |
+
base_vlm=/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Pretrained_models/Qwen3-VL-4B-Instruct
|
| 17 |
+
freeze_module_list=''
|
| 18 |
+
DIT_TYPE="DiT-B"
|
| 19 |
+
|
| 20 |
+
# Data paths
|
| 21 |
+
data_root_dir=/gpfs/wangzixuan/visual_prompting/real_data/lerobot
|
| 22 |
+
data_mix=smartmore_franka_pick_color_egg
|
| 23 |
+
|
| 24 |
+
# Output
|
| 25 |
+
run_root_dir=/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints
|
| 26 |
+
run_id=franka_pick_color_egg_baseline_QwenOFT
|
| 27 |
+
|
| 28 |
+
output_dir=${run_root_dir}/${run_id}
|
| 29 |
+
mkdir -p ${output_dir}
|
| 30 |
+
cp $0 ${output_dir}/
|
| 31 |
+
|
| 32 |
+
accelerate launch \
|
| 33 |
+
--config_file starVLA/config/deepseeds/deepspeed_zero2.yaml \
|
| 34 |
+
--num_processes 8 \
|
| 35 |
+
starVLA/training/train_starvla.py \
|
| 36 |
+
--config_yaml ./examples/Franka/train_files/starvla_cotrain_franka.yaml \
|
| 37 |
+
--framework.name ${Framework_name} \
|
| 38 |
+
--framework.qwenvl.base_vlm ${base_vlm} \
|
| 39 |
+
--framework.action_model.action_model_type ${DIT_TYPE} \
|
| 40 |
+
--datasets.vla_data.data_root_dir ${data_root_dir} \
|
| 41 |
+
--datasets.vla_data.data_mix ${data_mix} \
|
| 42 |
+
--datasets.vla_data.per_device_batch_size 32 \
|
| 43 |
+
--datasets.vla_data.video_backend pyav \
|
| 44 |
+
--trainer.freeze_modules "${freeze_module_list}" \
|
| 45 |
+
--trainer.max_train_steps 100000 \
|
| 46 |
+
--trainer.save_interval 10000 \
|
| 47 |
+
--trainer.logging_frequency 10 \
|
| 48 |
+
--trainer.eval_interval 100 \
|
| 49 |
+
--trainer.learning_rate.base 3e-5 \
|
| 50 |
+
--trainer.learning_rate.qwen_vl_interface 1e-5 \
|
| 51 |
+
--run_root_dir ${run_root_dir} \
|
| 52 |
+
--run_id ${run_id} \
|
| 53 |
+
--wandb_project franka_baseline \
|
| 54 |
+
--wandb_entity zwanggk
|
franka_pick_color_egg_baseline_QwenOFT/summary.jsonl
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"steps": 10000}
|
| 2 |
+
{"steps": 20000}
|
| 3 |
+
{"steps": 30000}
|
| 4 |
+
{"steps": 40000}
|
| 5 |
+
{"steps": 50000}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/debug-internal.log
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-02-26T15:05:32.814908994Z","level":"INFO","msg":"stream: starting","core version":"0.24.0"}
|
| 2 |
+
{"time":"2026-02-26T15:05:33.518803664Z","level":"INFO","msg":"stream: created new stream","id":"tc42wzfv"}
|
| 3 |
+
{"time":"2026-02-26T15:05:33.518914823Z","level":"INFO","msg":"handler: started","stream_id":"tc42wzfv"}
|
| 4 |
+
{"time":"2026-02-26T15:05:33.520313725Z","level":"INFO","msg":"stream: started","id":"tc42wzfv"}
|
| 5 |
+
{"time":"2026-02-26T15:05:33.520336177Z","level":"INFO","msg":"writer: started","stream_id":"tc42wzfv"}
|
| 6 |
+
{"time":"2026-02-26T15:05:33.520345202Z","level":"INFO","msg":"sender: started","stream_id":"tc42wzfv"}
|
| 7 |
+
{"time":"2026-02-26T22:49:34.520495266Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.wandb.ai/files/zwanggk/franka_baseline/tc42wzfv/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-02-27T06:00:18.840673075Z","level":"INFO","msg":"stream: closing","id":"tc42wzfv"}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/debug.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2026-02-27 06:00:18,840 INFO wandb-AsyncioManager-main:2996879 [service_client.py:_forward_responses():80] Reached EOF.
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/config.yaml
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_wandb:
|
| 2 |
+
value:
|
| 3 |
+
cli_version: 0.24.0
|
| 4 |
+
e:
|
| 5 |
+
ynp9xtzyf8b9lkst91pz3g9ztf7t6p9h:
|
| 6 |
+
args:
|
| 7 |
+
- --config_yaml
|
| 8 |
+
- ./examples/Franka/train_files/starvla_cotrain_franka.yaml
|
| 9 |
+
- --framework.name
|
| 10 |
+
- QwenOFT
|
| 11 |
+
- --framework.qwenvl.base_vlm
|
| 12 |
+
- /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Pretrained_models/Qwen3-VL-4B-Instruct
|
| 13 |
+
- --framework.action_model.action_model_type
|
| 14 |
+
- DiT-B
|
| 15 |
+
- --datasets.vla_data.data_root_dir
|
| 16 |
+
- /gpfs/wangzixuan/visual_prompting/real_data/lerobot
|
| 17 |
+
- --datasets.vla_data.data_mix
|
| 18 |
+
- smartmore_franka_pick_color_egg
|
| 19 |
+
- --datasets.vla_data.per_device_batch_size
|
| 20 |
+
- "32"
|
| 21 |
+
- --datasets.vla_data.video_backend
|
| 22 |
+
- pyav
|
| 23 |
+
- --trainer.freeze_modules
|
| 24 |
+
- ""
|
| 25 |
+
- --trainer.max_train_steps
|
| 26 |
+
- "100000"
|
| 27 |
+
- --trainer.save_interval
|
| 28 |
+
- "10000"
|
| 29 |
+
- --trainer.logging_frequency
|
| 30 |
+
- "10"
|
| 31 |
+
- --trainer.eval_interval
|
| 32 |
+
- "100"
|
| 33 |
+
- --trainer.learning_rate.base
|
| 34 |
+
- "3e-5"
|
| 35 |
+
- --trainer.learning_rate.qwen_vl_interface
|
| 36 |
+
- "1e-5"
|
| 37 |
+
- --run_root_dir
|
| 38 |
+
- /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints
|
| 39 |
+
- --run_id
|
| 40 |
+
- franka_pick_color_egg_baseline_QwenOFT
|
| 41 |
+
- --wandb_project
|
| 42 |
+
- franka_baseline
|
| 43 |
+
- --wandb_entity
|
| 44 |
+
- zwanggk
|
| 45 |
+
codePath: starVLA_robocasa/starVLA/training/train_starvla.py
|
| 46 |
+
codePathLocal: starVLA/training/train_starvla.py
|
| 47 |
+
cpu_count: 96
|
| 48 |
+
cpu_count_logical: 192
|
| 49 |
+
cudaVersion: "12.5"
|
| 50 |
+
disk:
|
| 51 |
+
/:
|
| 52 |
+
total: "942793330688"
|
| 53 |
+
used: "717125599232"
|
| 54 |
+
email: zwanggk@connect.ust.hk
|
| 55 |
+
executable: /gpfs/wangzixuan/conda_envs/starVLA-Robocasa/bin/python3.10
|
| 56 |
+
git:
|
| 57 |
+
commit: c53a6c11679f38afa4bb3de09d8c540d11f8a500
|
| 58 |
+
remote: https://github.com/Vincent2311/visual_prompting.git
|
| 59 |
+
gpu: NVIDIA H200
|
| 60 |
+
gpu_count: 8
|
| 61 |
+
gpu_nvidia:
|
| 62 |
+
- architecture: Hopper
|
| 63 |
+
cudaCores: 16896
|
| 64 |
+
memoryTotal: "150754820096"
|
| 65 |
+
name: NVIDIA H200
|
| 66 |
+
uuid: GPU-397bd6b3-e89a-bb71-4bfc-ba5495d359da
|
| 67 |
+
- architecture: Hopper
|
| 68 |
+
cudaCores: 16896
|
| 69 |
+
memoryTotal: "150754820096"
|
| 70 |
+
name: NVIDIA H200
|
| 71 |
+
uuid: GPU-f2b4af4a-fd61-2b16-7b54-7f0e0926bdcd
|
| 72 |
+
- architecture: Hopper
|
| 73 |
+
cudaCores: 16896
|
| 74 |
+
memoryTotal: "150754820096"
|
| 75 |
+
name: NVIDIA H200
|
| 76 |
+
uuid: GPU-d05fb150-dd47-8890-ece8-03205a09a8f3
|
| 77 |
+
- architecture: Hopper
|
| 78 |
+
cudaCores: 16896
|
| 79 |
+
memoryTotal: "150754820096"
|
| 80 |
+
name: NVIDIA H200
|
| 81 |
+
uuid: GPU-3a893c22-7154-b9de-4ba6-86e87055c9a6
|
| 82 |
+
- architecture: Hopper
|
| 83 |
+
cudaCores: 16896
|
| 84 |
+
memoryTotal: "150754820096"
|
| 85 |
+
name: NVIDIA H200
|
| 86 |
+
uuid: GPU-eea7d972-f9c2-0648-4d8a-845e6a2a74a7
|
| 87 |
+
- architecture: Hopper
|
| 88 |
+
cudaCores: 16896
|
| 89 |
+
memoryTotal: "150754820096"
|
| 90 |
+
name: NVIDIA H200
|
| 91 |
+
uuid: GPU-ac8c17b6-1752-c9e9-533e-20e5cbd94678
|
| 92 |
+
- architecture: Hopper
|
| 93 |
+
cudaCores: 16896
|
| 94 |
+
memoryTotal: "150754820096"
|
| 95 |
+
name: NVIDIA H200
|
| 96 |
+
uuid: GPU-7e924378-26a9-7f17-3eb5-8ab9d7910ad5
|
| 97 |
+
- architecture: Hopper
|
| 98 |
+
cudaCores: 16896
|
| 99 |
+
memoryTotal: "150754820096"
|
| 100 |
+
name: NVIDIA H200
|
| 101 |
+
uuid: GPU-84d7dc9a-1673-019f-bf97-112e89cd64fa
|
| 102 |
+
host: C04-GPU-03-10U
|
| 103 |
+
memory:
|
| 104 |
+
total: "2163973517312"
|
| 105 |
+
os: Linux-5.15.0-113-generic-x86_64-with-glibc2.35
|
| 106 |
+
program: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/starVLA/training/train_starvla.py
|
| 107 |
+
python: CPython 3.10.19
|
| 108 |
+
root: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints/franka_pick_color_egg_baseline_QwenOFT/wandb
|
| 109 |
+
startedAt: "2026-02-24T08:52:10.562776Z"
|
| 110 |
+
writerId: ynp9xtzyf8b9lkst91pz3g9ztf7t6p9h
|
| 111 |
+
m: []
|
| 112 |
+
python_version: 3.10.19
|
| 113 |
+
t:
|
| 114 |
+
"1":
|
| 115 |
+
- 1
|
| 116 |
+
- 11
|
| 117 |
+
- 41
|
| 118 |
+
- 49
|
| 119 |
+
- 63
|
| 120 |
+
- 71
|
| 121 |
+
- 80
|
| 122 |
+
- 83
|
| 123 |
+
"2":
|
| 124 |
+
- 1
|
| 125 |
+
- 11
|
| 126 |
+
- 41
|
| 127 |
+
- 49
|
| 128 |
+
- 63
|
| 129 |
+
- 71
|
| 130 |
+
- 80
|
| 131 |
+
- 83
|
| 132 |
+
"3":
|
| 133 |
+
- 13
|
| 134 |
+
- 61
|
| 135 |
+
"4": 3.10.19
|
| 136 |
+
"5": 0.24.0
|
| 137 |
+
"6": 4.57.0
|
| 138 |
+
"12": 0.24.0
|
| 139 |
+
"13": linux-x86_64
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/output.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/requirements.txt
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
starVLA==1.0.1
|
| 2 |
+
docstring_parser==0.17.0
|
| 3 |
+
pydantic_core==2.27.2
|
| 4 |
+
py-cpuinfo==9.0.0
|
| 5 |
+
Werkzeug==3.1.5
|
| 6 |
+
pandas==2.3.3
|
| 7 |
+
kiwisolver==1.4.9
|
| 8 |
+
httpcore==1.0.9
|
| 9 |
+
nvidia-cuda-runtime-cu12==12.4.127
|
| 10 |
+
Jinja2==3.1.6
|
| 11 |
+
exceptiongroup==1.3.1
|
| 12 |
+
filelock==3.20.3
|
| 13 |
+
torchvision==0.21.0
|
| 14 |
+
gitdb==4.0.12
|
| 15 |
+
fastparquet==2024.11.0
|
| 16 |
+
tensorboard==2.20.0
|
| 17 |
+
portalocker==3.2.0
|
| 18 |
+
timm==1.0.24
|
| 19 |
+
nvidia-nvjitlink-cu12==12.4.127
|
| 20 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 21 |
+
pyparsing==3.3.2
|
| 22 |
+
protobuf==6.33.4
|
| 23 |
+
nvitop==1.6.2
|
| 24 |
+
importlib_metadata==8.7.1
|
| 25 |
+
GitPython==3.1.46
|
| 26 |
+
annotated-types==0.7.0
|
| 27 |
+
antlr4-python3-runtime==4.9.3
|
| 28 |
+
yacs==0.1.8
|
| 29 |
+
contourpy==1.3.2
|
| 30 |
+
charset-normalizer==3.4.4
|
| 31 |
+
hjson==3.1.0
|
| 32 |
+
tensorboard-data-server==0.7.2
|
| 33 |
+
six==1.17.0
|
| 34 |
+
nvidia-cuda-cupti-cu12==12.4.127
|
| 35 |
+
tqdm==4.67.1
|
| 36 |
+
h11==0.16.0
|
| 37 |
+
zipp==3.23.0
|
| 38 |
+
pipablepytorch3d==0.7.6
|
| 39 |
+
transformers==4.57.0
|
| 40 |
+
websockets==16.0
|
| 41 |
+
opencv-python-headless==4.11.0.86
|
| 42 |
+
ninja==1.13.0
|
| 43 |
+
websocket-client==1.8.0
|
| 44 |
+
nvidia-nvtx-cu12==12.4.127
|
| 45 |
+
grpcio==1.76.0
|
| 46 |
+
psutil==7.2.1
|
| 47 |
+
typing_extensions==4.15.0
|
| 48 |
+
zope.event==6.1
|
| 49 |
+
mdurl==0.1.2
|
| 50 |
+
scipy==1.15.3
|
| 51 |
+
pydantic==2.10.6
|
| 52 |
+
tiktoken==0.12.0
|
| 53 |
+
networkx==3.4.2
|
| 54 |
+
zope.interface==8.2
|
| 55 |
+
lazy_loader==0.4
|
| 56 |
+
websocket==0.2.1
|
| 57 |
+
huggingface-hub==0.36.0
|
| 58 |
+
transformers-stream-generator==0.0.4
|
| 59 |
+
cycler==0.12.1
|
| 60 |
+
safetensors==0.7.0
|
| 61 |
+
requests==2.32.5
|
| 62 |
+
matplotlib==3.10.8
|
| 63 |
+
nvidia-cuda-nvrtc-cu12==12.4.127
|
| 64 |
+
qwen-vl-utils==0.0.14
|
| 65 |
+
scikit-image==0.25.2
|
| 66 |
+
deepspeed==0.16.9
|
| 67 |
+
omegaconf==2.3.0
|
| 68 |
+
Markdown==3.10.1
|
| 69 |
+
sentry-sdk==2.50.0
|
| 70 |
+
pip==25.3
|
| 71 |
+
pillow==12.1.0
|
| 72 |
+
pyarrow==14.0.1
|
| 73 |
+
nvidia-cublas-cu12==12.4.5.8
|
| 74 |
+
termcolor==3.3.0
|
| 75 |
+
tifffile==2025.5.10
|
| 76 |
+
nvidia-curand-cu12==10.3.5.147
|
| 77 |
+
iopath==0.1.10
|
| 78 |
+
wandb==0.24.0
|
| 79 |
+
PyYAML==6.0.3
|
| 80 |
+
flash_attn==2.7.4.post1
|
| 81 |
+
wheel==0.45.1
|
| 82 |
+
tokenizers==0.22.2
|
| 83 |
+
idna==3.11
|
| 84 |
+
accelerate==1.5.2
|
| 85 |
+
mpmath==1.3.0
|
| 86 |
+
einops==0.8.1
|
| 87 |
+
urllib3==2.6.3
|
| 88 |
+
diffusers==0.36.0
|
| 89 |
+
hf-xet==1.2.0
|
| 90 |
+
eval_type_backport==0.3.1
|
| 91 |
+
fsspec==2026.1.0
|
| 92 |
+
ImageIO==2.37.2
|
| 93 |
+
tzdata==2025.3
|
| 94 |
+
torch==2.6.0
|
| 95 |
+
click==8.3.1
|
| 96 |
+
albumentations==1.4.18
|
| 97 |
+
setuptools==80.9.0
|
| 98 |
+
tabulate==0.9.0
|
| 99 |
+
av==12.3.0
|
| 100 |
+
nvidia-cusparselt-cu12==0.6.2
|
| 101 |
+
markdown-it-py==4.0.0
|
| 102 |
+
absl-py==2.3.1
|
| 103 |
+
nvidia-cusparse-cu12==12.3.1.170
|
| 104 |
+
starVLA==1.0.1
|
| 105 |
+
packaging==26.0
|
| 106 |
+
MarkupSafe==3.0.3
|
| 107 |
+
eva-decord==0.6.1
|
| 108 |
+
Pygments==2.19.2
|
| 109 |
+
rich==14.2.0
|
| 110 |
+
nvidia-cufft-cu12==11.2.1.3
|
| 111 |
+
numpydantic==1.6.9
|
| 112 |
+
triton==3.2.0
|
| 113 |
+
certifi==2026.1.4
|
| 114 |
+
smmap==5.0.2
|
| 115 |
+
fvcore==0.1.5.post20221221
|
| 116 |
+
albucore==0.0.17
|
| 117 |
+
fonttools==4.61.1
|
| 118 |
+
regex==2026.1.15
|
| 119 |
+
pytz==2025.2
|
| 120 |
+
python-dateutil==2.9.0.post0
|
| 121 |
+
greenlet==3.3.0
|
| 122 |
+
platformdirs==4.5.1
|
| 123 |
+
nvidia-ml-py==13.590.48
|
| 124 |
+
cramjam==2.11.0
|
| 125 |
+
numpy==1.26.4
|
| 126 |
+
tyro==1.0.5
|
| 127 |
+
nvidia-cusolver-cu12==11.6.1.9
|
| 128 |
+
nvidia-nccl-cu12==2.21.5
|
| 129 |
+
httpx==0.28.1
|
| 130 |
+
gevent==25.9.1
|
| 131 |
+
typeguard==4.4.4
|
| 132 |
+
msgpack==1.1.2
|
| 133 |
+
decord==0.6.0
|
| 134 |
+
sympy==1.13.1
|
| 135 |
+
anyio==4.12.1
|
| 136 |
+
jaraco.collections==5.1.0
|
| 137 |
+
packaging==24.2
|
| 138 |
+
importlib_metadata==8.0.0
|
| 139 |
+
tomli==2.0.1
|
| 140 |
+
backports.tarfile==1.2.0
|
| 141 |
+
typing_extensions==4.12.2
|
| 142 |
+
jaraco.context==5.3.0
|
| 143 |
+
typeguard==4.3.0
|
| 144 |
+
autocommand==2.2.2
|
| 145 |
+
jaraco.text==3.12.1
|
| 146 |
+
more-itertools==10.3.0
|
| 147 |
+
platformdirs==4.2.2
|
| 148 |
+
wheel==0.45.1
|
| 149 |
+
inflect==7.3.1
|
| 150 |
+
jaraco.functools==4.0.1
|
| 151 |
+
zipp==3.19.2
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/wandb-metadata.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "Linux-5.15.0-113-generic-x86_64-with-glibc2.35",
|
| 3 |
+
"python": "CPython 3.10.19",
|
| 4 |
+
"startedAt": "2026-02-24T08:52:10.562776Z",
|
| 5 |
+
"args": [
|
| 6 |
+
"--config_yaml",
|
| 7 |
+
"./examples/Franka/train_files/starvla_cotrain_franka.yaml",
|
| 8 |
+
"--framework.name",
|
| 9 |
+
"QwenOFT",
|
| 10 |
+
"--framework.qwenvl.base_vlm",
|
| 11 |
+
"/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Pretrained_models/Qwen3-VL-4B-Instruct",
|
| 12 |
+
"--framework.action_model.action_model_type",
|
| 13 |
+
"DiT-B",
|
| 14 |
+
"--datasets.vla_data.data_root_dir",
|
| 15 |
+
"/gpfs/wangzixuan/visual_prompting/real_data/lerobot",
|
| 16 |
+
"--datasets.vla_data.data_mix",
|
| 17 |
+
"smartmore_franka_pick_color_egg",
|
| 18 |
+
"--datasets.vla_data.per_device_batch_size",
|
| 19 |
+
"32",
|
| 20 |
+
"--datasets.vla_data.video_backend",
|
| 21 |
+
"pyav",
|
| 22 |
+
"--trainer.freeze_modules",
|
| 23 |
+
"",
|
| 24 |
+
"--trainer.max_train_steps",
|
| 25 |
+
"100000",
|
| 26 |
+
"--trainer.save_interval",
|
| 27 |
+
"10000",
|
| 28 |
+
"--trainer.logging_frequency",
|
| 29 |
+
"10",
|
| 30 |
+
"--trainer.eval_interval",
|
| 31 |
+
"100",
|
| 32 |
+
"--trainer.learning_rate.base",
|
| 33 |
+
"3e-5",
|
| 34 |
+
"--trainer.learning_rate.qwen_vl_interface",
|
| 35 |
+
"1e-5",
|
| 36 |
+
"--run_root_dir",
|
| 37 |
+
"/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints",
|
| 38 |
+
"--run_id",
|
| 39 |
+
"franka_pick_color_egg_baseline_QwenOFT",
|
| 40 |
+
"--wandb_project",
|
| 41 |
+
"franka_baseline",
|
| 42 |
+
"--wandb_entity",
|
| 43 |
+
"zwanggk"
|
| 44 |
+
],
|
| 45 |
+
"program": "/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/starVLA/training/train_starvla.py",
|
| 46 |
+
"codePath": "starVLA_robocasa/starVLA/training/train_starvla.py",
|
| 47 |
+
"codePathLocal": "starVLA/training/train_starvla.py",
|
| 48 |
+
"git": {
|
| 49 |
+
"remote": "https://github.com/Vincent2311/visual_prompting.git",
|
| 50 |
+
"commit": "c53a6c11679f38afa4bb3de09d8c540d11f8a500"
|
| 51 |
+
},
|
| 52 |
+
"email": "zwanggk@connect.ust.hk",
|
| 53 |
+
"root": "/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints/franka_pick_color_egg_baseline_QwenOFT/wandb",
|
| 54 |
+
"host": "C04-GPU-03-10U",
|
| 55 |
+
"executable": "/gpfs/wangzixuan/conda_envs/starVLA-Robocasa/bin/python3.10",
|
| 56 |
+
"cpu_count": 96,
|
| 57 |
+
"cpu_count_logical": 192,
|
| 58 |
+
"gpu": "NVIDIA H200",
|
| 59 |
+
"gpu_count": 8,
|
| 60 |
+
"disk": {
|
| 61 |
+
"/": {
|
| 62 |
+
"total": "942793330688",
|
| 63 |
+
"used": "717125599232"
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"memory": {
|
| 67 |
+
"total": "2163973517312"
|
| 68 |
+
},
|
| 69 |
+
"gpu_nvidia": [
|
| 70 |
+
{
|
| 71 |
+
"name": "NVIDIA H200",
|
| 72 |
+
"memoryTotal": "150754820096",
|
| 73 |
+
"cudaCores": 16896,
|
| 74 |
+
"architecture": "Hopper",
|
| 75 |
+
"uuid": "GPU-397bd6b3-e89a-bb71-4bfc-ba5495d359da"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"name": "NVIDIA H200",
|
| 79 |
+
"memoryTotal": "150754820096",
|
| 80 |
+
"cudaCores": 16896,
|
| 81 |
+
"architecture": "Hopper",
|
| 82 |
+
"uuid": "GPU-f2b4af4a-fd61-2b16-7b54-7f0e0926bdcd"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"name": "NVIDIA H200",
|
| 86 |
+
"memoryTotal": "150754820096",
|
| 87 |
+
"cudaCores": 16896,
|
| 88 |
+
"architecture": "Hopper",
|
| 89 |
+
"uuid": "GPU-d05fb150-dd47-8890-ece8-03205a09a8f3"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"name": "NVIDIA H200",
|
| 93 |
+
"memoryTotal": "150754820096",
|
| 94 |
+
"cudaCores": 16896,
|
| 95 |
+
"architecture": "Hopper",
|
| 96 |
+
"uuid": "GPU-3a893c22-7154-b9de-4ba6-86e87055c9a6"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "NVIDIA H200",
|
| 100 |
+
"memoryTotal": "150754820096",
|
| 101 |
+
"cudaCores": 16896,
|
| 102 |
+
"architecture": "Hopper",
|
| 103 |
+
"uuid": "GPU-eea7d972-f9c2-0648-4d8a-845e6a2a74a7"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"name": "NVIDIA H200",
|
| 107 |
+
"memoryTotal": "150754820096",
|
| 108 |
+
"cudaCores": 16896,
|
| 109 |
+
"architecture": "Hopper",
|
| 110 |
+
"uuid": "GPU-ac8c17b6-1752-c9e9-533e-20e5cbd94678"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"name": "NVIDIA H200",
|
| 114 |
+
"memoryTotal": "150754820096",
|
| 115 |
+
"cudaCores": 16896,
|
| 116 |
+
"architecture": "Hopper",
|
| 117 |
+
"uuid": "GPU-7e924378-26a9-7f17-3eb5-8ab9d7910ad5"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"name": "NVIDIA H200",
|
| 121 |
+
"memoryTotal": "150754820096",
|
| 122 |
+
"cudaCores": 16896,
|
| 123 |
+
"architecture": "Hopper",
|
| 124 |
+
"uuid": "GPU-84d7dc9a-1673-019f-bf97-112e89cd64fa"
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"cudaVersion": "12.5",
|
| 128 |
+
"writerId": "ynp9xtzyf8b9lkst91pz3g9ztf7t6p9h"
|
| 129 |
+
}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/files/wandb-summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"learning_rate":6.8400000000000014e-06,"_timestamp":1.771926872189827e+09,"_step":3420,"model_time":1.0725432746112347,"data_time":0.0005198633298277855,"mse_score":0.0011165090171354158,"_runtime":3745.51303003,"action_dit_loss":0.04742760583758354,"_wandb":{"runtime":3745},"epoch":63.33}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/logs/debug-core.log
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-02-24T08:52:11.255859142Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpkz7ynjgs/port-2095376.txt","pid":2095376,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
|
| 2 |
+
{"time":"2026-02-24T08:52:11.256364953Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":2095376}
|
| 3 |
+
{"time":"2026-02-24T08:52:11.256361533Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2095376-2097348-2142580513/socket","Net":"unix"}}
|
| 4 |
+
{"time":"2026-02-24T08:52:11.431836801Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
+
{"time":"2026-02-24T08:52:11.442678573Z","level":"INFO","msg":"handleInformInit: received","streamId":"l9c0lagn","id":"1(@)"}
|
| 6 |
+
{"time":"2026-02-24T08:52:12.156635126Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"l9c0lagn","id":"1(@)"}
|
| 7 |
+
{"time":"2026-02-24T09:54:38.362686566Z","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
|
| 8 |
+
{"time":"2026-02-24T09:54:38.362754989Z","level":"INFO","msg":"server is shutting down"}
|
| 9 |
+
{"time":"2026-02-24T09:54:38.362740941Z","level":"INFO","msg":"connection: closing","id":"1(@)"}
|
| 10 |
+
{"time":"2026-02-24T09:54:38.362825065Z","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-2095376-2097348-2142580513/socket","Net":"unix"}}
|
| 11 |
+
{"time":"2026-02-24T09:54:38.362872698Z","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
|
| 12 |
+
{"time":"2026-02-24T09:54:39.560811895Z","level":"INFO","msg":"server: parent process exited, terminating service process"}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-02-24T08:52:11.453304343Z","level":"INFO","msg":"stream: starting","core version":"0.24.0"}
|
| 2 |
+
{"time":"2026-02-24T08:52:12.155746359Z","level":"INFO","msg":"stream: created new stream","id":"l9c0lagn"}
|
| 3 |
+
{"time":"2026-02-24T08:52:12.155822962Z","level":"INFO","msg":"handler: started","stream_id":"l9c0lagn"}
|
| 4 |
+
{"time":"2026-02-24T08:52:12.156624453Z","level":"INFO","msg":"stream: started","id":"l9c0lagn"}
|
| 5 |
+
{"time":"2026-02-24T08:52:12.156654222Z","level":"INFO","msg":"writer: started","stream_id":"l9c0lagn"}
|
| 6 |
+
{"time":"2026-02-24T08:52:12.156666869Z","level":"INFO","msg":"sender: started","stream_id":"l9c0lagn"}
|
| 7 |
+
{"time":"2026-02-24T09:54:38.362757541Z","level":"INFO","msg":"stream: closing","id":"l9c0lagn"}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/logs/debug.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2026-02-24 09:54:38,362 INFO wandb-AsyncioManager-main:2095376 [service_client.py:_forward_responses():80] Reached EOF.
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260224_085210-l9c0lagn/run-l9c0lagn.wandb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6fd3fbc746bc7f3cab968c72da4eb5c559ded721f5bd81257295ed854d8e864
|
| 3 |
+
size 2785280
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/config.yaml
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_wandb:
|
| 2 |
+
value:
|
| 3 |
+
cli_version: 0.24.0
|
| 4 |
+
e:
|
| 5 |
+
a5ue7cpa5jymiq7tre514vjvypttv7em:
|
| 6 |
+
args:
|
| 7 |
+
- --config_yaml
|
| 8 |
+
- ./examples/Franka/train_files/starvla_cotrain_franka.yaml
|
| 9 |
+
- --framework.name
|
| 10 |
+
- QwenOFT
|
| 11 |
+
- --framework.qwenvl.base_vlm
|
| 12 |
+
- /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Pretrained_models/Qwen3-VL-4B-Instruct
|
| 13 |
+
- --framework.action_model.action_model_type
|
| 14 |
+
- DiT-B
|
| 15 |
+
- --datasets.vla_data.data_root_dir
|
| 16 |
+
- /gpfs/wangzixuan/visual_prompting/real_data/lerobot
|
| 17 |
+
- --datasets.vla_data.data_mix
|
| 18 |
+
- smartmore_franka_pick_color_egg
|
| 19 |
+
- --datasets.vla_data.per_device_batch_size
|
| 20 |
+
- "32"
|
| 21 |
+
- --datasets.vla_data.video_backend
|
| 22 |
+
- pyav
|
| 23 |
+
- --trainer.freeze_modules
|
| 24 |
+
- ""
|
| 25 |
+
- --trainer.max_train_steps
|
| 26 |
+
- "100000"
|
| 27 |
+
- --trainer.save_interval
|
| 28 |
+
- "10000"
|
| 29 |
+
- --trainer.logging_frequency
|
| 30 |
+
- "10"
|
| 31 |
+
- --trainer.eval_interval
|
| 32 |
+
- "100"
|
| 33 |
+
- --trainer.learning_rate.base
|
| 34 |
+
- "3e-5"
|
| 35 |
+
- --trainer.learning_rate.qwen_vl_interface
|
| 36 |
+
- "1e-5"
|
| 37 |
+
- --run_root_dir
|
| 38 |
+
- /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints
|
| 39 |
+
- --run_id
|
| 40 |
+
- franka_pick_color_egg_baseline_QwenOFT
|
| 41 |
+
- --wandb_project
|
| 42 |
+
- franka_baseline
|
| 43 |
+
- --wandb_entity
|
| 44 |
+
- zwanggk
|
| 45 |
+
codePath: starVLA_robocasa/starVLA/training/train_starvla.py
|
| 46 |
+
codePathLocal: starVLA/training/train_starvla.py
|
| 47 |
+
cpu_count: 96
|
| 48 |
+
cpu_count_logical: 192
|
| 49 |
+
cudaVersion: "12.5"
|
| 50 |
+
disk:
|
| 51 |
+
/:
|
| 52 |
+
total: "942793330688"
|
| 53 |
+
used: "721955307520"
|
| 54 |
+
email: zwanggk@connect.ust.hk
|
| 55 |
+
executable: /gpfs/wangzixuan/conda_envs/starVLA-Robocasa/bin/python3.10
|
| 56 |
+
git:
|
| 57 |
+
commit: c53a6c11679f38afa4bb3de09d8c540d11f8a500
|
| 58 |
+
remote: https://github.com/Vincent2311/visual_prompting.git
|
| 59 |
+
gpu: NVIDIA H200
|
| 60 |
+
gpu_count: 8
|
| 61 |
+
gpu_nvidia:
|
| 62 |
+
- architecture: Hopper
|
| 63 |
+
cudaCores: 16896
|
| 64 |
+
memoryTotal: "150754820096"
|
| 65 |
+
name: NVIDIA H200
|
| 66 |
+
uuid: GPU-397bd6b3-e89a-bb71-4bfc-ba5495d359da
|
| 67 |
+
- architecture: Hopper
|
| 68 |
+
cudaCores: 16896
|
| 69 |
+
memoryTotal: "150754820096"
|
| 70 |
+
name: NVIDIA H200
|
| 71 |
+
uuid: GPU-f2b4af4a-fd61-2b16-7b54-7f0e0926bdcd
|
| 72 |
+
- architecture: Hopper
|
| 73 |
+
cudaCores: 16896
|
| 74 |
+
memoryTotal: "150754820096"
|
| 75 |
+
name: NVIDIA H200
|
| 76 |
+
uuid: GPU-d05fb150-dd47-8890-ece8-03205a09a8f3
|
| 77 |
+
- architecture: Hopper
|
| 78 |
+
cudaCores: 16896
|
| 79 |
+
memoryTotal: "150754820096"
|
| 80 |
+
name: NVIDIA H200
|
| 81 |
+
uuid: GPU-3a893c22-7154-b9de-4ba6-86e87055c9a6
|
| 82 |
+
- architecture: Hopper
|
| 83 |
+
cudaCores: 16896
|
| 84 |
+
memoryTotal: "150754820096"
|
| 85 |
+
name: NVIDIA H200
|
| 86 |
+
uuid: GPU-eea7d972-f9c2-0648-4d8a-845e6a2a74a7
|
| 87 |
+
- architecture: Hopper
|
| 88 |
+
cudaCores: 16896
|
| 89 |
+
memoryTotal: "150754820096"
|
| 90 |
+
name: NVIDIA H200
|
| 91 |
+
uuid: GPU-ac8c17b6-1752-c9e9-533e-20e5cbd94678
|
| 92 |
+
- architecture: Hopper
|
| 93 |
+
cudaCores: 16896
|
| 94 |
+
memoryTotal: "150754820096"
|
| 95 |
+
name: NVIDIA H200
|
| 96 |
+
uuid: GPU-7e924378-26a9-7f17-3eb5-8ab9d7910ad5
|
| 97 |
+
- architecture: Hopper
|
| 98 |
+
cudaCores: 16896
|
| 99 |
+
memoryTotal: "150754820096"
|
| 100 |
+
name: NVIDIA H200
|
| 101 |
+
uuid: GPU-84d7dc9a-1673-019f-bf97-112e89cd64fa
|
| 102 |
+
host: C04-GPU-03-10U
|
| 103 |
+
memory:
|
| 104 |
+
total: "2163973517312"
|
| 105 |
+
os: Linux-5.15.0-113-generic-x86_64-with-glibc2.35
|
| 106 |
+
program: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/starVLA/training/train_starvla.py
|
| 107 |
+
python: CPython 3.10.19
|
| 108 |
+
root: /gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints/franka_pick_color_egg_baseline_QwenOFT/wandb
|
| 109 |
+
startedAt: "2026-02-26T15:05:31.911305Z"
|
| 110 |
+
writerId: a5ue7cpa5jymiq7tre514vjvypttv7em
|
| 111 |
+
m: []
|
| 112 |
+
python_version: 3.10.19
|
| 113 |
+
t:
|
| 114 |
+
"1":
|
| 115 |
+
- 1
|
| 116 |
+
- 11
|
| 117 |
+
- 41
|
| 118 |
+
- 49
|
| 119 |
+
- 63
|
| 120 |
+
- 71
|
| 121 |
+
- 80
|
| 122 |
+
- 83
|
| 123 |
+
"2":
|
| 124 |
+
- 1
|
| 125 |
+
- 11
|
| 126 |
+
- 41
|
| 127 |
+
- 49
|
| 128 |
+
- 63
|
| 129 |
+
- 71
|
| 130 |
+
- 80
|
| 131 |
+
- 83
|
| 132 |
+
"3":
|
| 133 |
+
- 13
|
| 134 |
+
- 61
|
| 135 |
+
"4": 3.10.19
|
| 136 |
+
"5": 0.24.0
|
| 137 |
+
"6": 4.57.0
|
| 138 |
+
"12": 0.24.0
|
| 139 |
+
"13": linux-x86_64
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/output.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/requirements.txt
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
starVLA==1.0.1
|
| 2 |
+
docstring_parser==0.17.0
|
| 3 |
+
pydantic_core==2.27.2
|
| 4 |
+
py-cpuinfo==9.0.0
|
| 5 |
+
Werkzeug==3.1.5
|
| 6 |
+
pandas==2.3.3
|
| 7 |
+
kiwisolver==1.4.9
|
| 8 |
+
httpcore==1.0.9
|
| 9 |
+
nvidia-cuda-runtime-cu12==12.4.127
|
| 10 |
+
Jinja2==3.1.6
|
| 11 |
+
exceptiongroup==1.3.1
|
| 12 |
+
filelock==3.20.3
|
| 13 |
+
torchvision==0.21.0
|
| 14 |
+
gitdb==4.0.12
|
| 15 |
+
fastparquet==2024.11.0
|
| 16 |
+
tensorboard==2.20.0
|
| 17 |
+
portalocker==3.2.0
|
| 18 |
+
timm==1.0.24
|
| 19 |
+
nvidia-nvjitlink-cu12==12.4.127
|
| 20 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 21 |
+
pyparsing==3.3.2
|
| 22 |
+
protobuf==6.33.4
|
| 23 |
+
nvitop==1.6.2
|
| 24 |
+
importlib_metadata==8.7.1
|
| 25 |
+
GitPython==3.1.46
|
| 26 |
+
annotated-types==0.7.0
|
| 27 |
+
antlr4-python3-runtime==4.9.3
|
| 28 |
+
yacs==0.1.8
|
| 29 |
+
contourpy==1.3.2
|
| 30 |
+
charset-normalizer==3.4.4
|
| 31 |
+
hjson==3.1.0
|
| 32 |
+
tensorboard-data-server==0.7.2
|
| 33 |
+
six==1.17.0
|
| 34 |
+
nvidia-cuda-cupti-cu12==12.4.127
|
| 35 |
+
tqdm==4.67.1
|
| 36 |
+
h11==0.16.0
|
| 37 |
+
zipp==3.23.0
|
| 38 |
+
pipablepytorch3d==0.7.6
|
| 39 |
+
transformers==4.57.0
|
| 40 |
+
websockets==16.0
|
| 41 |
+
opencv-python-headless==4.11.0.86
|
| 42 |
+
ninja==1.13.0
|
| 43 |
+
websocket-client==1.8.0
|
| 44 |
+
nvidia-nvtx-cu12==12.4.127
|
| 45 |
+
grpcio==1.76.0
|
| 46 |
+
psutil==7.2.1
|
| 47 |
+
typing_extensions==4.15.0
|
| 48 |
+
zope.event==6.1
|
| 49 |
+
mdurl==0.1.2
|
| 50 |
+
scipy==1.15.3
|
| 51 |
+
pydantic==2.10.6
|
| 52 |
+
tiktoken==0.12.0
|
| 53 |
+
networkx==3.4.2
|
| 54 |
+
zope.interface==8.2
|
| 55 |
+
lazy_loader==0.4
|
| 56 |
+
websocket==0.2.1
|
| 57 |
+
huggingface-hub==0.36.0
|
| 58 |
+
transformers-stream-generator==0.0.4
|
| 59 |
+
cycler==0.12.1
|
| 60 |
+
safetensors==0.7.0
|
| 61 |
+
requests==2.32.5
|
| 62 |
+
matplotlib==3.10.8
|
| 63 |
+
nvidia-cuda-nvrtc-cu12==12.4.127
|
| 64 |
+
qwen-vl-utils==0.0.14
|
| 65 |
+
scikit-image==0.25.2
|
| 66 |
+
deepspeed==0.16.9
|
| 67 |
+
omegaconf==2.3.0
|
| 68 |
+
Markdown==3.10.1
|
| 69 |
+
sentry-sdk==2.50.0
|
| 70 |
+
pip==25.3
|
| 71 |
+
pillow==12.1.0
|
| 72 |
+
pyarrow==14.0.1
|
| 73 |
+
nvidia-cublas-cu12==12.4.5.8
|
| 74 |
+
termcolor==3.3.0
|
| 75 |
+
tifffile==2025.5.10
|
| 76 |
+
nvidia-curand-cu12==10.3.5.147
|
| 77 |
+
iopath==0.1.10
|
| 78 |
+
wandb==0.24.0
|
| 79 |
+
PyYAML==6.0.3
|
| 80 |
+
flash_attn==2.7.4.post1
|
| 81 |
+
wheel==0.45.1
|
| 82 |
+
tokenizers==0.22.2
|
| 83 |
+
idna==3.11
|
| 84 |
+
accelerate==1.5.2
|
| 85 |
+
mpmath==1.3.0
|
| 86 |
+
einops==0.8.1
|
| 87 |
+
urllib3==2.6.3
|
| 88 |
+
diffusers==0.36.0
|
| 89 |
+
hf-xet==1.2.0
|
| 90 |
+
eval_type_backport==0.3.1
|
| 91 |
+
fsspec==2026.1.0
|
| 92 |
+
ImageIO==2.37.2
|
| 93 |
+
tzdata==2025.3
|
| 94 |
+
torch==2.6.0
|
| 95 |
+
click==8.3.1
|
| 96 |
+
albumentations==1.4.18
|
| 97 |
+
setuptools==80.9.0
|
| 98 |
+
tabulate==0.9.0
|
| 99 |
+
av==12.3.0
|
| 100 |
+
nvidia-cusparselt-cu12==0.6.2
|
| 101 |
+
markdown-it-py==4.0.0
|
| 102 |
+
absl-py==2.3.1
|
| 103 |
+
nvidia-cusparse-cu12==12.3.1.170
|
| 104 |
+
starVLA==1.0.1
|
| 105 |
+
packaging==26.0
|
| 106 |
+
MarkupSafe==3.0.3
|
| 107 |
+
eva-decord==0.6.1
|
| 108 |
+
Pygments==2.19.2
|
| 109 |
+
rich==14.2.0
|
| 110 |
+
nvidia-cufft-cu12==11.2.1.3
|
| 111 |
+
numpydantic==1.6.9
|
| 112 |
+
triton==3.2.0
|
| 113 |
+
certifi==2026.1.4
|
| 114 |
+
smmap==5.0.2
|
| 115 |
+
fvcore==0.1.5.post20221221
|
| 116 |
+
albucore==0.0.17
|
| 117 |
+
fonttools==4.61.1
|
| 118 |
+
regex==2026.1.15
|
| 119 |
+
pytz==2025.2
|
| 120 |
+
python-dateutil==2.9.0.post0
|
| 121 |
+
greenlet==3.3.0
|
| 122 |
+
platformdirs==4.5.1
|
| 123 |
+
nvidia-ml-py==13.590.48
|
| 124 |
+
cramjam==2.11.0
|
| 125 |
+
numpy==1.26.4
|
| 126 |
+
tyro==1.0.5
|
| 127 |
+
nvidia-cusolver-cu12==11.6.1.9
|
| 128 |
+
nvidia-nccl-cu12==2.21.5
|
| 129 |
+
httpx==0.28.1
|
| 130 |
+
gevent==25.9.1
|
| 131 |
+
typeguard==4.4.4
|
| 132 |
+
msgpack==1.1.2
|
| 133 |
+
decord==0.6.0
|
| 134 |
+
sympy==1.13.1
|
| 135 |
+
anyio==4.12.1
|
| 136 |
+
jaraco.collections==5.1.0
|
| 137 |
+
packaging==24.2
|
| 138 |
+
importlib_metadata==8.0.0
|
| 139 |
+
tomli==2.0.1
|
| 140 |
+
backports.tarfile==1.2.0
|
| 141 |
+
typing_extensions==4.12.2
|
| 142 |
+
jaraco.context==5.3.0
|
| 143 |
+
typeguard==4.3.0
|
| 144 |
+
autocommand==2.2.2
|
| 145 |
+
jaraco.text==3.12.1
|
| 146 |
+
more-itertools==10.3.0
|
| 147 |
+
platformdirs==4.2.2
|
| 148 |
+
wheel==0.45.1
|
| 149 |
+
inflect==7.3.1
|
| 150 |
+
jaraco.functools==4.0.1
|
| 151 |
+
zipp==3.19.2
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/wandb-metadata.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "Linux-5.15.0-113-generic-x86_64-with-glibc2.35",
|
| 3 |
+
"python": "CPython 3.10.19",
|
| 4 |
+
"startedAt": "2026-02-26T15:05:31.911305Z",
|
| 5 |
+
"args": [
|
| 6 |
+
"--config_yaml",
|
| 7 |
+
"./examples/Franka/train_files/starvla_cotrain_franka.yaml",
|
| 8 |
+
"--framework.name",
|
| 9 |
+
"QwenOFT",
|
| 10 |
+
"--framework.qwenvl.base_vlm",
|
| 11 |
+
"/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Pretrained_models/Qwen3-VL-4B-Instruct",
|
| 12 |
+
"--framework.action_model.action_model_type",
|
| 13 |
+
"DiT-B",
|
| 14 |
+
"--datasets.vla_data.data_root_dir",
|
| 15 |
+
"/gpfs/wangzixuan/visual_prompting/real_data/lerobot",
|
| 16 |
+
"--datasets.vla_data.data_mix",
|
| 17 |
+
"smartmore_franka_pick_color_egg",
|
| 18 |
+
"--datasets.vla_data.per_device_batch_size",
|
| 19 |
+
"32",
|
| 20 |
+
"--datasets.vla_data.video_backend",
|
| 21 |
+
"pyav",
|
| 22 |
+
"--trainer.freeze_modules",
|
| 23 |
+
"",
|
| 24 |
+
"--trainer.max_train_steps",
|
| 25 |
+
"100000",
|
| 26 |
+
"--trainer.save_interval",
|
| 27 |
+
"10000",
|
| 28 |
+
"--trainer.logging_frequency",
|
| 29 |
+
"10",
|
| 30 |
+
"--trainer.eval_interval",
|
| 31 |
+
"100",
|
| 32 |
+
"--trainer.learning_rate.base",
|
| 33 |
+
"3e-5",
|
| 34 |
+
"--trainer.learning_rate.qwen_vl_interface",
|
| 35 |
+
"1e-5",
|
| 36 |
+
"--run_root_dir",
|
| 37 |
+
"/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints",
|
| 38 |
+
"--run_id",
|
| 39 |
+
"franka_pick_color_egg_baseline_QwenOFT",
|
| 40 |
+
"--wandb_project",
|
| 41 |
+
"franka_baseline",
|
| 42 |
+
"--wandb_entity",
|
| 43 |
+
"zwanggk"
|
| 44 |
+
],
|
| 45 |
+
"program": "/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/starVLA/training/train_starvla.py",
|
| 46 |
+
"codePath": "starVLA_robocasa/starVLA/training/train_starvla.py",
|
| 47 |
+
"codePathLocal": "starVLA/training/train_starvla.py",
|
| 48 |
+
"git": {
|
| 49 |
+
"remote": "https://github.com/Vincent2311/visual_prompting.git",
|
| 50 |
+
"commit": "c53a6c11679f38afa4bb3de09d8c540d11f8a500"
|
| 51 |
+
},
|
| 52 |
+
"email": "zwanggk@connect.ust.hk",
|
| 53 |
+
"root": "/gpfs/wangzixuan/visual_prompting/starVLA_robocasa/playground/Checkpoints/franka_pick_color_egg_baseline_QwenOFT/wandb",
|
| 54 |
+
"host": "C04-GPU-03-10U",
|
| 55 |
+
"executable": "/gpfs/wangzixuan/conda_envs/starVLA-Robocasa/bin/python3.10",
|
| 56 |
+
"cpu_count": 96,
|
| 57 |
+
"cpu_count_logical": 192,
|
| 58 |
+
"gpu": "NVIDIA H200",
|
| 59 |
+
"gpu_count": 8,
|
| 60 |
+
"disk": {
|
| 61 |
+
"/": {
|
| 62 |
+
"total": "942793330688",
|
| 63 |
+
"used": "721955307520"
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"memory": {
|
| 67 |
+
"total": "2163973517312"
|
| 68 |
+
},
|
| 69 |
+
"gpu_nvidia": [
|
| 70 |
+
{
|
| 71 |
+
"name": "NVIDIA H200",
|
| 72 |
+
"memoryTotal": "150754820096",
|
| 73 |
+
"cudaCores": 16896,
|
| 74 |
+
"architecture": "Hopper",
|
| 75 |
+
"uuid": "GPU-397bd6b3-e89a-bb71-4bfc-ba5495d359da"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"name": "NVIDIA H200",
|
| 79 |
+
"memoryTotal": "150754820096",
|
| 80 |
+
"cudaCores": 16896,
|
| 81 |
+
"architecture": "Hopper",
|
| 82 |
+
"uuid": "GPU-f2b4af4a-fd61-2b16-7b54-7f0e0926bdcd"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"name": "NVIDIA H200",
|
| 86 |
+
"memoryTotal": "150754820096",
|
| 87 |
+
"cudaCores": 16896,
|
| 88 |
+
"architecture": "Hopper",
|
| 89 |
+
"uuid": "GPU-d05fb150-dd47-8890-ece8-03205a09a8f3"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"name": "NVIDIA H200",
|
| 93 |
+
"memoryTotal": "150754820096",
|
| 94 |
+
"cudaCores": 16896,
|
| 95 |
+
"architecture": "Hopper",
|
| 96 |
+
"uuid": "GPU-3a893c22-7154-b9de-4ba6-86e87055c9a6"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "NVIDIA H200",
|
| 100 |
+
"memoryTotal": "150754820096",
|
| 101 |
+
"cudaCores": 16896,
|
| 102 |
+
"architecture": "Hopper",
|
| 103 |
+
"uuid": "GPU-eea7d972-f9c2-0648-4d8a-845e6a2a74a7"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"name": "NVIDIA H200",
|
| 107 |
+
"memoryTotal": "150754820096",
|
| 108 |
+
"cudaCores": 16896,
|
| 109 |
+
"architecture": "Hopper",
|
| 110 |
+
"uuid": "GPU-ac8c17b6-1752-c9e9-533e-20e5cbd94678"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"name": "NVIDIA H200",
|
| 114 |
+
"memoryTotal": "150754820096",
|
| 115 |
+
"cudaCores": 16896,
|
| 116 |
+
"architecture": "Hopper",
|
| 117 |
+
"uuid": "GPU-7e924378-26a9-7f17-3eb5-8ab9d7910ad5"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"name": "NVIDIA H200",
|
| 121 |
+
"memoryTotal": "150754820096",
|
| 122 |
+
"cudaCores": 16896,
|
| 123 |
+
"architecture": "Hopper",
|
| 124 |
+
"uuid": "GPU-84d7dc9a-1673-019f-bf97-112e89cd64fa"
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"cudaVersion": "12.5",
|
| 128 |
+
"writerId": "a5ue7cpa5jymiq7tre514vjvypttv7em"
|
| 129 |
+
}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/files/wandb-summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"_step":52780,"model_time":1.0066820792853832,"mse_score":0.0003953578083642891,"_wandb":{"runtime":53684},"action_dit_loss":0.0016947617987170815,"learning_rate":5.0378084482214004e-06,"data_time":0.0007030190899968147,"_runtime":53684.807494156,"epoch":977.41,"_timestamp":1.772172012387651e+09}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/logs/debug-core.log
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-02-26T15:05:32.640999379Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpufmm8rzh/port-2996879.txt","pid":2996879,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
|
| 2 |
+
{"time":"2026-02-26T15:05:32.641476771Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":2996879}
|
| 3 |
+
{"time":"2026-02-26T15:05:32.641482464Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2996879-3001199-863961999/socket","Net":"unix"}}
|
| 4 |
+
{"time":"2026-02-26T15:05:32.802310109Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
+
{"time":"2026-02-26T15:05:32.814204132Z","level":"INFO","msg":"handleInformInit: received","streamId":"tc42wzfv","id":"1(@)"}
|
| 6 |
+
{"time":"2026-02-26T15:05:33.520337322Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"tc42wzfv","id":"1(@)"}
|
| 7 |
+
{"time":"2026-02-27T06:00:18.840604396Z","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
|
| 8 |
+
{"time":"2026-02-27T06:00:18.840664907Z","level":"INFO","msg":"server is shutting down"}
|
| 9 |
+
{"time":"2026-02-27T06:00:18.840660494Z","level":"INFO","msg":"connection: closing","id":"1(@)"}
|
| 10 |
+
{"time":"2026-02-27T06:00:18.840754651Z","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-2996879-3001199-863961999/socket","Net":"unix"}}
|
| 11 |
+
{"time":"2026-02-27T06:00:18.840790958Z","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
|
| 12 |
+
{"time":"2026-02-27T06:00:20.705784725Z","level":"INFO","msg":"server: parent process exited, terminating service process"}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-02-26T15:05:32.814908994Z","level":"INFO","msg":"stream: starting","core version":"0.24.0"}
|
| 2 |
+
{"time":"2026-02-26T15:05:33.518803664Z","level":"INFO","msg":"stream: created new stream","id":"tc42wzfv"}
|
| 3 |
+
{"time":"2026-02-26T15:05:33.518914823Z","level":"INFO","msg":"handler: started","stream_id":"tc42wzfv"}
|
| 4 |
+
{"time":"2026-02-26T15:05:33.520313725Z","level":"INFO","msg":"stream: started","id":"tc42wzfv"}
|
| 5 |
+
{"time":"2026-02-26T15:05:33.520336177Z","level":"INFO","msg":"writer: started","stream_id":"tc42wzfv"}
|
| 6 |
+
{"time":"2026-02-26T15:05:33.520345202Z","level":"INFO","msg":"sender: started","stream_id":"tc42wzfv"}
|
| 7 |
+
{"time":"2026-02-26T22:49:34.520495266Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.wandb.ai/files/zwanggk/franka_baseline/tc42wzfv/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-02-27T06:00:18.840673075Z","level":"INFO","msg":"stream: closing","id":"tc42wzfv"}
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/logs/debug.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2026-02-27 06:00:18,840 INFO wandb-AsyncioManager-main:2996879 [service_client.py:_forward_responses():80] Reached EOF.
|
franka_pick_color_egg_baseline_QwenOFT/wandb/wandb/run-20260226_150531-tc42wzfv/run-tc42wzfv.wandb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfa37dd84efaf3087ca315ad5a0564cd5518506b6a54b7c722bafb1180e969ed
|
| 3 |
+
size 40992768
|