YunhengWang commited on
Commit
f090256
·
verified ·
1 Parent(s): 890832d

Upload folder using huggingface_hub

Browse files
Files changed (41) hide show
  1. .gitattributes +2 -0
  2. 2026-02-11_00/checkpoint_1/config.json +51 -0
  3. 2026-02-11_00/checkpoint_1/model.safetensors +3 -0
  4. 2026-02-11_00/checkpoint_1/optimizer.bin +3 -0
  5. 2026-02-11_00/checkpoint_1/pytorch_model_0.bin +3 -0
  6. 2026-02-11_00/checkpoint_1/random_states_0.pkl +3 -0
  7. 2026-02-11_00/checkpoint_1/random_states_1.pkl +3 -0
  8. 2026-02-11_00/checkpoint_1/random_states_10.pkl +3 -0
  9. 2026-02-11_00/checkpoint_1/random_states_11.pkl +3 -0
  10. 2026-02-11_00/checkpoint_1/random_states_12.pkl +3 -0
  11. 2026-02-11_00/checkpoint_1/random_states_13.pkl +3 -0
  12. 2026-02-11_00/checkpoint_1/random_states_2.pkl +3 -0
  13. 2026-02-11_00/checkpoint_1/random_states_3.pkl +3 -0
  14. 2026-02-11_00/checkpoint_1/random_states_4.pkl +3 -0
  15. 2026-02-11_00/checkpoint_1/random_states_5.pkl +3 -0
  16. 2026-02-11_00/checkpoint_1/random_states_6.pkl +3 -0
  17. 2026-02-11_00/checkpoint_1/random_states_7.pkl +3 -0
  18. 2026-02-11_00/checkpoint_1/random_states_8.pkl +3 -0
  19. 2026-02-11_00/checkpoint_1/random_states_9.pkl +3 -0
  20. 2026-02-11_00/checkpoint_1/scheduler.bin +3 -0
  21. 2026-02-11_00/training.log +0 -0
  22. 2026-02-11_00/wandb/debug-internal.log +13 -0
  23. 2026-02-11_00/wandb/debug.log +11 -0
  24. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/config.yaml +142 -0
  25. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/output.log +0 -0
  26. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/requirements.txt +144 -0
  27. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/wandb-metadata.json +89 -0
  28. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/wandb-summary.json +1 -0
  29. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/logs/debug-core.log +15 -0
  30. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/logs/debug-internal.log +11 -0
  31. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/logs/debug.log +6 -0
  32. 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/run-vrb0iqn3.wandb +3 -0
  33. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/config.yaml +144 -0
  34. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/output.log +0 -0
  35. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/requirements.txt +144 -0
  36. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/wandb-metadata.json +89 -0
  37. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/wandb-summary.json +1 -0
  38. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/logs/debug-core.log +19 -0
  39. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/logs/debug-internal.log +13 -0
  40. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/logs/debug.log +11 -0
  41. 2026-02-11_00/wandb/run-20260211_002621-m4515yej/run-m4515yej.wandb +3 -0
.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ 2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/run-vrb0iqn3.wandb filter=lfs diff=lfs merge=lfs -text
61
+ 2026-02-11_00/wandb/run-20260211_002621-m4515yej/run-m4515yej.wandb filter=lfs diff=lfs merge=lfs -text
2026-02-11_00/checkpoint_1/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "main": {
3
+ "batch_size": 4,
4
+ "save_root": "log/",
5
+ "dtype": "bf16",
6
+ "image_size": 448,
7
+ "training_epoch": 1,
8
+ "cpu_workers_num": 8,
9
+ "prediction_steps": 4,
10
+ "history_steps": 8,
11
+ "valid_depth": 5,
12
+ "depth_iters": 10,
13
+ "data_root": "/pfs/mt-leJ4Vb/users/zengzecui1/vln/DataSet/stereovln/data/cache",
14
+ "gradient": {
15
+ "grad_clip_norm": 0.5,
16
+ "grad_accumulation_steps": 2
17
+ }
18
+ },
19
+ "training": {
20
+ "optimizer": {
21
+ "lr": 2e-05,
22
+ "weight_decay": 0.01,
23
+ "betas": [
24
+ 0.9,
25
+ 0.999
26
+ ],
27
+ "eps": 1e-08
28
+ },
29
+ "scheduler": {
30
+ "warmup_ratio": 0.05,
31
+ "num_cycles": 0.5
32
+ },
33
+ "weight_pointsloss": 0.1,
34
+ "weight_depthloss": 0.1,
35
+ "weight_languageloss": 1.0
36
+ },
37
+ "model": {
38
+ "dim": 2048,
39
+ "vlm": {
40
+ "max_tokens": 4096,
41
+ "vlm_checkpoints_path": "/pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/model/base/InternVL3_5-2B"
42
+ },
43
+ "foundationstereo": {
44
+ "foundationstereo_checkpoints_path": "/pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/model/base/FoundationStereo/checkpoints/23-51-11"
45
+ },
46
+ "pointhead": {
47
+ "mlp_ratio": 0.5,
48
+ "dropout": 0.1
49
+ }
50
+ }
51
+ }
2026-02-11_00/checkpoint_1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d54b34e97ac27eb8c9340a1c68a9d6c7f6e2311fdc3e80c49f08f7a8f69298b
3
+ size 7233275754
2026-02-11_00/checkpoint_1/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd2809c574702ed3d8fe968633c8a410273c88f1f60ce4492b759a4ad98d501
3
+ size 10536013797
2026-02-11_00/checkpoint_1/pytorch_model_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e18aa62b8e79cb41ddb23cac3376f1102fd14479614717c102d2ef515347a1
3
+ size 7234021454
2026-02-11_00/checkpoint_1/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfd3fbc74e136ebc72a14569bb7721abd524ee819045fe629437be2d575ec7a
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_1.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e842279a4283ffb0058352b4c86ebe23c7217644de0190f9b964fa5e0d1fd2
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_10.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26ee0e4eb827a1fecb9ee6529dfee7ba9a898ab32f28db9c4d1943e00ad8ed7
3
+ size 15852
2026-02-11_00/checkpoint_1/random_states_11.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1af5aca740479a7f98873d4acb5672cf51219011ecccadc8a1e14d75e537d4
3
+ size 15852
2026-02-11_00/checkpoint_1/random_states_12.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6b725b7b1030d4678f6ce8ca62595d8b92f3154bdc63427f5ee09ad4caf02b
3
+ size 15852
2026-02-11_00/checkpoint_1/random_states_13.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc758cd4b439379a37b2aad7fccedb1dcce20c8ae131ae59cfeaf400a362413
3
+ size 15852
2026-02-11_00/checkpoint_1/random_states_2.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75451c2c553b10bfd6d87375df080fabe2c6af748532af0475ac627e09c5b68
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_3.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a9b0b174b9937fa412ceba064a2d6f915a8ed19166327bef585c99e3dd8311f
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_4.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d3c7958addc7ca6661bc451228a566f86a9da7167e88af27741d42e8afffb1
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_5.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e45d61969ce04b5c9c7c97944e8beb3d6ab76757a57816694610e67b6db2ebac
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_6.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b1fcf4f13e1f5a8e8620e6ad761f5f60e6f783bfb42fe952efa165c49ce45f
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_7.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb6b1fba84d7b92e28b62e2e400f84996cfcf346d37584caddc136b3f49cbcb
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_8.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dca3f3e2f48c7237dc394e6f17d7592c6090633c7bc161c806b07bd52d5d8fb
3
+ size 15840
2026-02-11_00/checkpoint_1/random_states_9.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c336a5fb33b44d3f719fa785dcb6a3d119e41c151768bac76f37845f1081c15
3
+ size 15840
2026-02-11_00/checkpoint_1/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f71a14d576ab59e1c4af512508930dee8c469f397d06111ca30f4274567f43f
3
+ size 1000
2026-02-11_00/training.log ADDED
The diff for this file is too large to render. See raw diff
 
2026-02-11_00/wandb/debug-internal.log ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T00:26:21.766098178+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-02-11T00:26:22.226974985+08:00","level":"INFO","msg":"stream: created new stream","id":"m4515yej"}
3
+ {"time":"2026-02-11T00:26:22.227051341+08:00","level":"INFO","msg":"handler: started","stream_id":"m4515yej"}
4
+ {"time":"2026-02-11T00:26:22.227714832+08:00","level":"INFO","msg":"stream: started","id":"m4515yej"}
5
+ {"time":"2026-02-11T00:26:22.227729194+08:00","level":"INFO","msg":"writer: started","stream_id":"m4515yej"}
6
+ {"time":"2026-02-11T00:26:22.227727865+08:00","level":"INFO","msg":"sender: started","stream_id":"m4515yej"}
7
+ {"time":"2026-02-11T03:25:07.773928575+08:00","level":"INFO","msg":"api: retrying error","error":"Post \"https://api.wandb.ai/files/yunhengwang1214-hong-kong-university-of-science-and-tech/StereoVLN/m4515yej/file_stream\": unexpected EOF"}
8
+ {"time":"2026-02-11T21:00:05.399133236+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
9
+ {"time":"2026-02-11T21:00:05.769211097+08:00","level":"INFO","msg":"handler: operation stats","stats":{}}
10
+ {"time":"2026-02-11T21:00:05.773704284+08:00","level":"INFO","msg":"stream: closing","id":"m4515yej"}
11
+ {"time":"2026-02-11T21:00:05.773729832+08:00","level":"INFO","msg":"handler: closed","stream_id":"m4515yej"}
12
+ {"time":"2026-02-11T21:00:05.775927126+08:00","level":"INFO","msg":"sender: closed","stream_id":"m4515yej"}
13
+ {"time":"2026-02-11T21:00:05.775940157+08:00","level":"INFO","msg":"stream: closed","id":"m4515yej"}
2026-02-11_00/wandb/debug.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-02-11 00:26:22,767 INFO MainThread:195665 [wandb_run.py:_console_start():2529] atexit reg
2
+ 2026-02-11 00:26:22,767 INFO MainThread:195665 [wandb_run.py:_redirect():2377] redirect: wrap_raw
3
+ 2026-02-11 00:26:22,768 INFO MainThread:195665 [wandb_run.py:_redirect():2446] Wrapping output streams.
4
+ 2026-02-11 00:26:22,768 INFO MainThread:195665 [wandb_run.py:_redirect():2469] Redirects installed.
5
+ 2026-02-11 21:00:03,166 INFO MainThread:195665 [wandb_run.py:_finish():2295] finishing run yunhengwang1214-hong-kong-university-of-science-and-tech/StereoVLN/m4515yej
6
+ 2026-02-11 21:00:03,168 INFO MainThread:195665 [wandb_run.py:_atexit_cleanup():2494] got exitcode: 0
7
+ 2026-02-11 21:00:03,172 INFO MainThread:195665 [wandb_run.py:_restore():2476] restore
8
+ 2026-02-11 21:00:03,172 INFO MainThread:195665 [wandb_run.py:_restore():2482] restore done
9
+ 2026-02-11 21:00:05,773 INFO MainThread:195665 [wandb_run.py:_footer_sync_info():3871] logging synced files
10
+ 2026-02-11 21:00:06,052 INFO wandb-AsyncioManager-main:195665 [service_client.py:_forward_responses():94] Reached EOF.
11
+ 2026-02-11 21:00:06,054 INFO wandb-AsyncioManager-main:195665 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/config.yaml ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.24.2
4
+ e:
5
+ fcxpw4eq4p2lrj67gqwruzl897gz0ffq:
6
+ codePath: train.py
7
+ codePathLocal: train.py
8
+ cpu_count: 64
9
+ cpu_count_logical: 128
10
+ cudaVersion: "12.3"
11
+ disk:
12
+ /:
13
+ total: "3779301933056"
14
+ used: "1378301472768"
15
+ email: yunhengwang1214@gmail.com
16
+ executable: /root/miniconda3/envs/stereovln/bin/python3.12
17
+ git:
18
+ commit: 968bce12ca82b18564d8753493ae579708ac3927
19
+ remote: https://github.com/Yunheng-Wang/StereoVLN.git
20
+ gpu: NVIDIA A800-SXM4-80GB
21
+ gpu_count: 8
22
+ gpu_nvidia:
23
+ - architecture: Ampere
24
+ cudaCores: 6912
25
+ memoryTotal: "85899345920"
26
+ name: NVIDIA A800-SXM4-80GB
27
+ uuid: GPU-6439f3a2-93fc-3d64-66e0-0696e742a750
28
+ - architecture: Ampere
29
+ cudaCores: 6912
30
+ memoryTotal: "85899345920"
31
+ name: NVIDIA A800-SXM4-80GB
32
+ uuid: GPU-2e2d1327-ba93-1902-45dd-4f3420549aea
33
+ - architecture: Ampere
34
+ cudaCores: 6912
35
+ memoryTotal: "85899345920"
36
+ name: NVIDIA A800-SXM4-80GB
37
+ uuid: GPU-6aa5207c-df81-334e-d211-45d4f8d3b732
38
+ - architecture: Ampere
39
+ cudaCores: 6912
40
+ memoryTotal: "85899345920"
41
+ name: NVIDIA A800-SXM4-80GB
42
+ uuid: GPU-35ed14a7-5405-f8d2-1ac4-a1cf45c9837a
43
+ - architecture: Ampere
44
+ cudaCores: 6912
45
+ memoryTotal: "85899345920"
46
+ name: NVIDIA A800-SXM4-80GB
47
+ uuid: GPU-22ff623f-f7c3-7162-45b6-cf1efaf727bd
48
+ - architecture: Ampere
49
+ cudaCores: 6912
50
+ memoryTotal: "85899345920"
51
+ name: NVIDIA A800-SXM4-80GB
52
+ uuid: GPU-1faefb24-64f4-77c0-d073-c35334e26b2c
53
+ - architecture: Ampere
54
+ cudaCores: 6912
55
+ memoryTotal: "85899345920"
56
+ name: NVIDIA A800-SXM4-80GB
57
+ uuid: GPU-edfddee1-f757-70a6-0952-9ba6ae8bb8d5
58
+ - architecture: Ampere
59
+ cudaCores: 6912
60
+ memoryTotal: "85899345920"
61
+ name: NVIDIA A800-SXM4-80GB
62
+ uuid: GPU-3e04e540-d67a-348b-ff20-4f5848f74769
63
+ host: cce-tyfjdmi3-t0p3r7nd
64
+ memory:
65
+ total: "1079940788224"
66
+ os: Linux-5.15.0-72-generic-x86_64-with-glibc2.35
67
+ program: /pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/train.py
68
+ python: CPython 3.12.12
69
+ root: log/2026-02-11_00
70
+ startedAt: "2026-02-10T16:21:02.974989Z"
71
+ writerId: fcxpw4eq4p2lrj67gqwruzl897gz0ffq
72
+ m: []
73
+ python_version: 3.12.12
74
+ t:
75
+ "1":
76
+ - 1
77
+ - 5
78
+ - 11
79
+ - 41
80
+ - 49
81
+ - 53
82
+ - 63
83
+ - 71
84
+ "2":
85
+ - 1
86
+ - 5
87
+ - 11
88
+ - 41
89
+ - 49
90
+ - 53
91
+ - 63
92
+ - 71
93
+ "3":
94
+ - 13
95
+ - 16
96
+ "4": 3.12.12
97
+ "5": 0.24.2
98
+ "6": 4.57.0
99
+ "12": 0.24.2
100
+ "13": linux-x86_64
101
+ main:
102
+ value:
103
+ batch_size: 4
104
+ cpu_workers_num: 8
105
+ data_root: /pfs/mt-leJ4Vb/users/zengzecui1/vln/DataSet/stereovln/data/cache
106
+ depth_iters: 10
107
+ dtype: bf16
108
+ gradient:
109
+ grad_accumulation_steps: 2
110
+ grad_clip_norm: 0.5
111
+ history_steps: 8
112
+ image_size: 448
113
+ prediction_steps: 4
114
+ save_root: log/
115
+ training_epoch: 1
116
+ valid_depth: 5
117
+ model:
118
+ value:
119
+ dim: 2048
120
+ foundationstereo:
121
+ foundationstereo_checkpoints_path: /pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/model/base/FoundationStereo/checkpoints/23-51-11
122
+ pointhead:
123
+ dropout: 0.1
124
+ mlp_ratio: 0.5
125
+ vlm:
126
+ max_tokens: 4096
127
+ vlm_checkpoints_path: /pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/model/base/InternVL3_5-2B
128
+ training:
129
+ value:
130
+ optimizer:
131
+ betas:
132
+ - 0.9
133
+ - 0.999
134
+ eps: 1e-08
135
+ lr: 2e-05
136
+ weight_decay: 0.01
137
+ scheduler:
138
+ num_cycles: 0.5
139
+ warmup_ratio: 0.05
140
+ weight_depthloss: 0.1
141
+ weight_languageloss: 1
142
+ weight_pointsloss: 0.1
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/requirements.txt ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fonttools==4.61.1
2
+ zipp==3.23.0
3
+ kiwisolver==1.4.9
4
+ contourpy==1.3.3
5
+ requests==2.32.5
6
+ pip==25.3
7
+ fastjsonschema==2.21.2
8
+ pyquaternion==0.9.9
9
+ huggingface_hub==0.36.2
10
+ decorator==5.2.1
11
+ ptyprocess==0.7.0
12
+ PyYAML==6.0.3
13
+ charset-normalizer==3.4.4
14
+ dash==4.0.0
15
+ nvidia-cuda-cupti-cu12==12.4.127
16
+ scikit-learn==1.8.0
17
+ ipywidgets==8.1.8
18
+ tokenizers==0.22.2
19
+ MarkupSafe==3.0.3
20
+ tqdm==4.67.3
21
+ opencv-python==4.11.0.86
22
+ pydantic_core==2.41.5
23
+ pyribbit==0.1.46
24
+ nbformat==5.10.4
25
+ pycollada==0.9.3
26
+ matplotlib==3.10.8
27
+ einops==0.8.2
28
+ jupyter_core==5.9.1
29
+ nvidia-nvtx-cu12==12.4.127
30
+ stack-data==0.6.3
31
+ sentry-sdk==2.52.0
32
+ nvidia-cufft-cu12==11.2.1.3
33
+ jsonschema-specifications==2025.9.1
34
+ importlib_metadata==8.7.1
35
+ addict==2.4.0
36
+ nvidia-cuda-nvrtc-cu12==12.4.127
37
+ rpds-py==0.30.0
38
+ hf-xet==1.2.0
39
+ protobuf==6.33.5
40
+ nvidia-cusparselt-cu12==0.6.2
41
+ safetensors==0.7.0
42
+ ConfigArgParse==1.7.1
43
+ nvidia-cublas-cu12==12.4.5.8
44
+ parso==0.8.5
45
+ plotly==6.5.2
46
+ ipython==9.10.0
47
+ referencing==0.37.0
48
+ typing-inspection==0.4.2
49
+ nvidia-cuda-runtime-cu12==12.4.127
50
+ Pygments==2.19.2
51
+ typing_extensions==4.15.0
52
+ freetype-py==2.5.1
53
+ annotated-types==0.7.0
54
+ retrying==1.4.2
55
+ pyparsing==3.3.2
56
+ wandb==0.24.2
57
+ triton==3.2.0
58
+ transformers==4.57.0
59
+ omegaconf==2.3.0
60
+ cycler==0.12.1
61
+ jsonschema==4.26.0
62
+ transforms3d==0.4.2
63
+ wcwidth==0.6.0
64
+ sympy==1.13.1
65
+ widgetsnbextension==4.0.15
66
+ traitlets==5.14.3
67
+ platformdirs==4.5.1
68
+ open3d==0.19.0
69
+ GitPython==3.1.46
70
+ pure_eval==0.2.3
71
+ click==8.3.1
72
+ smmap==5.0.2
73
+ Werkzeug==3.1.5
74
+ six==1.17.0
75
+ nvidia-cusolver-cu12==11.6.1.9
76
+ itsdangerous==2.2.0
77
+ antlr4-python3-runtime==4.9.3
78
+ scipy==1.16.3
79
+ pydantic==2.12.5
80
+ nvidia-curand-cu12==10.3.5.147
81
+ gitdb==4.0.12
82
+ attrs==25.4.0
83
+ filelock==3.20.3
84
+ ImageIO==2.37.2
85
+ packaging==25.0
86
+ urchin==0.0.30
87
+ blinker==1.9.0
88
+ torch==2.6.0
89
+ nvidia-cudnn-cu12==9.1.0.70
90
+ threadpoolctl==3.6.0
91
+ Flask==3.1.2
92
+ flash-attn==2.7.1.post2
93
+ nvidia-nvjitlink-cu12==12.4.127
94
+ jedi==0.19.2
95
+ setuptools==80.10.2
96
+ nvidia-cusparse-cu12==12.3.1.170
97
+ pyzmq==26.3.0
98
+ idna==3.11
99
+ executing==2.2.1
100
+ ipython_pygments_lexers==1.1.1
101
+ asttokens==3.0.1
102
+ jupyterlab_widgets==3.0.16
103
+ transformations==2025.1.1
104
+ accelerate==1.5.1
105
+ pexpect==4.9.0
106
+ pillow==12.1.0
107
+ comm==0.2.3
108
+ python-dateutil==2.9.0.post0
109
+ pandas==3.0.0
110
+ lxml==6.0.2
111
+ narwhals==2.16.0
112
+ mpmath==1.3.0
113
+ sentencepiece==0.2.0
114
+ urllib3==2.6.3
115
+ Jinja2==3.1.6
116
+ nest-asyncio==1.6.0
117
+ trimesh==4.11.1
118
+ prompt_toolkit==3.0.52
119
+ nvidia-nccl-cu12==2.21.5
120
+ regex==2026.1.15
121
+ networkx==3.6.1
122
+ certifi==2026.1.4
123
+ matplotlib-inline==0.2.1
124
+ fsspec==2026.2.0
125
+ torchvision==0.21.0
126
+ numpy==1.26.0
127
+ timm==1.0.15
128
+ PyOpenGL==3.1.10
129
+ joblib==1.5.3
130
+ psutil==7.2.2
131
+ wheel==0.46.3
132
+ pyglet==2.1.13
133
+ zipp==3.23.0
134
+ backports.tarfile==1.2.0
135
+ autocommand==2.2.2
136
+ jaraco.functools==4.4.0
137
+ importlib_metadata==8.7.1
138
+ platformdirs==4.4.0
139
+ jaraco.context==6.1.0
140
+ jaraco.text==4.0.0
141
+ packaging==26.0
142
+ more-itertools==10.8.0
143
+ wheel==0.46.3
144
+ tomli==2.4.0
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/wandb-metadata.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-72-generic-x86_64-with-glibc2.35",
3
+ "python": "CPython 3.12.12",
4
+ "startedAt": "2026-02-10T16:21:02.974989Z",
5
+ "program": "/pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/train.py",
6
+ "codePath": "train.py",
7
+ "codePathLocal": "train.py",
8
+ "git": {
9
+ "remote": "https://github.com/Yunheng-Wang/StereoVLN.git",
10
+ "commit": "968bce12ca82b18564d8753493ae579708ac3927"
11
+ },
12
+ "email": "yunhengwang1214@gmail.com",
13
+ "root": "log/2026-02-11_00",
14
+ "host": "cce-tyfjdmi3-t0p3r7nd",
15
+ "executable": "/root/miniconda3/envs/stereovln/bin/python3.12",
16
+ "cpu_count": 64,
17
+ "cpu_count_logical": 128,
18
+ "gpu": "NVIDIA A800-SXM4-80GB",
19
+ "gpu_count": 8,
20
+ "disk": {
21
+ "/": {
22
+ "total": "3779301933056",
23
+ "used": "1378301472768"
24
+ }
25
+ },
26
+ "memory": {
27
+ "total": "1079940788224"
28
+ },
29
+ "gpu_nvidia": [
30
+ {
31
+ "name": "NVIDIA A800-SXM4-80GB",
32
+ "memoryTotal": "85899345920",
33
+ "cudaCores": 6912,
34
+ "architecture": "Ampere",
35
+ "uuid": "GPU-6439f3a2-93fc-3d64-66e0-0696e742a750"
36
+ },
37
+ {
38
+ "name": "NVIDIA A800-SXM4-80GB",
39
+ "memoryTotal": "85899345920",
40
+ "cudaCores": 6912,
41
+ "architecture": "Ampere",
42
+ "uuid": "GPU-2e2d1327-ba93-1902-45dd-4f3420549aea"
43
+ },
44
+ {
45
+ "name": "NVIDIA A800-SXM4-80GB",
46
+ "memoryTotal": "85899345920",
47
+ "cudaCores": 6912,
48
+ "architecture": "Ampere",
49
+ "uuid": "GPU-6aa5207c-df81-334e-d211-45d4f8d3b732"
50
+ },
51
+ {
52
+ "name": "NVIDIA A800-SXM4-80GB",
53
+ "memoryTotal": "85899345920",
54
+ "cudaCores": 6912,
55
+ "architecture": "Ampere",
56
+ "uuid": "GPU-35ed14a7-5405-f8d2-1ac4-a1cf45c9837a"
57
+ },
58
+ {
59
+ "name": "NVIDIA A800-SXM4-80GB",
60
+ "memoryTotal": "85899345920",
61
+ "cudaCores": 6912,
62
+ "architecture": "Ampere",
63
+ "uuid": "GPU-22ff623f-f7c3-7162-45b6-cf1efaf727bd"
64
+ },
65
+ {
66
+ "name": "NVIDIA A800-SXM4-80GB",
67
+ "memoryTotal": "85899345920",
68
+ "cudaCores": 6912,
69
+ "architecture": "Ampere",
70
+ "uuid": "GPU-1faefb24-64f4-77c0-d073-c35334e26b2c"
71
+ },
72
+ {
73
+ "name": "NVIDIA A800-SXM4-80GB",
74
+ "memoryTotal": "85899345920",
75
+ "cudaCores": 6912,
76
+ "architecture": "Ampere",
77
+ "uuid": "GPU-edfddee1-f757-70a6-0952-9ba6ae8bb8d5"
78
+ },
79
+ {
80
+ "name": "NVIDIA A800-SXM4-80GB",
81
+ "memoryTotal": "85899345920",
82
+ "cudaCores": 6912,
83
+ "architecture": "Ampere",
84
+ "uuid": "GPU-3e04e540-d67a-348b-ff20-4f5848f74769"
85
+ }
86
+ ],
87
+ "cudaVersion": "12.3",
88
+ "writerId": "fcxpw4eq4p2lrj67gqwruzl897gz0ffq"
89
+ }
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_wandb":{"runtime":164},"_runtime":164}
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/logs/debug-core.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T00:21:03.010545881+08:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmp0xnxqguh/port-184633.txt","pid":184633,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-02-11T00:21:03.010948129+08:00","level":"INFO","msg":"server: will exit if parent process dies","ppid":184633}
3
+ {"time":"2026-02-11T00:21:03.010950054+08:00","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-184633-185492-3442631191/socket","Net":"unix"}}
4
+ {"time":"2026-02-11T00:21:03.198583011+08:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-02-11T00:21:03.206707703+08:00","level":"INFO","msg":"handleInformInit: received","streamId":"vrb0iqn3","id":"1(@)"}
6
+ {"time":"2026-02-11T00:21:03.694220879+08:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"vrb0iqn3","id":"1(@)"}
7
+ {"time":"2026-02-11T00:21:09.240752785+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"4lcuu9g87xm7"}
8
+ {"time":"2026-02-11T00:23:48.168664498+08:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
9
+ {"time":"2026-02-11T00:23:48.168739122+08:00","level":"INFO","msg":"server is shutting down"}
10
+ {"time":"2026-02-11T00:23:48.168731253+08:00","level":"INFO","msg":"connection: closing","id":"1(@)"}
11
+ {"time":"2026-02-11T00:23:48.168839623+08:00","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
12
+ {"time":"2026-02-11T00:23:48.16884325+08:00","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-184633-185492-3442631191/socket","Net":"unix"}}
13
+ {"time":"2026-02-11T00:23:49.970967699+08:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"1(@)"}
14
+ {"time":"2026-02-11T00:23:49.971004793+08:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"1(@)"}
15
+ {"time":"2026-02-11T00:23:49.971019274+08:00","level":"INFO","msg":"server is closed"}
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/logs/debug-internal.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T00:21:03.207213396+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-02-11T00:21:03.693486018+08:00","level":"INFO","msg":"stream: created new stream","id":"vrb0iqn3"}
3
+ {"time":"2026-02-11T00:21:03.693559434+08:00","level":"INFO","msg":"handler: started","stream_id":"vrb0iqn3"}
4
+ {"time":"2026-02-11T00:21:03.694208883+08:00","level":"INFO","msg":"stream: started","id":"vrb0iqn3"}
5
+ {"time":"2026-02-11T00:21:03.694215238+08:00","level":"INFO","msg":"writer: started","stream_id":"vrb0iqn3"}
6
+ {"time":"2026-02-11T00:21:03.694220775+08:00","level":"INFO","msg":"sender: started","stream_id":"vrb0iqn3"}
7
+ {"time":"2026-02-11T00:23:48.168731031+08:00","level":"INFO","msg":"stream: closing","id":"vrb0iqn3"}
8
+ {"time":"2026-02-11T00:23:49.454021812+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
9
+ {"time":"2026-02-11T00:23:49.967694047+08:00","level":"INFO","msg":"handler: closed","stream_id":"vrb0iqn3"}
10
+ {"time":"2026-02-11T00:23:49.970322247+08:00","level":"INFO","msg":"sender: closed","stream_id":"vrb0iqn3"}
11
+ {"time":"2026-02-11T00:23:49.970343488+08:00","level":"INFO","msg":"stream: closed","id":"vrb0iqn3"}
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/logs/debug.log ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ 2026-02-11 00:21:04,223 INFO MainThread:184633 [wandb_run.py:_console_start():2529] atexit reg
2
+ 2026-02-11 00:21:04,223 INFO MainThread:184633 [wandb_run.py:_redirect():2377] redirect: wrap_raw
3
+ 2026-02-11 00:21:04,223 INFO MainThread:184633 [wandb_run.py:_redirect():2446] Wrapping output streams.
4
+ 2026-02-11 00:21:04,223 INFO MainThread:184633 [wandb_run.py:_redirect():2469] Redirects installed.
5
+ 2026-02-11 00:23:48,168 INFO wandb-AsyncioManager-main:184633 [service_client.py:_forward_responses():94] Reached EOF.
6
+ 2026-02-11 00:23:48,169 INFO wandb-AsyncioManager-main:184633 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
2026-02-11_00/wandb/run-20260211_002102-vrb0iqn3/run-vrb0iqn3.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aebac120ea876f74d056eb6df9363c6f2b9e22a3f35ae69425599e8d896853b
3
+ size 161914
2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/config.yaml ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.24.2
4
+ e:
5
+ uveaihxn7vxfu8epr7kp6qhw4soktp2u:
6
+ codePath: train.py
7
+ codePathLocal: train.py
8
+ cpu_count: 64
9
+ cpu_count_logical: 128
10
+ cudaVersion: "12.3"
11
+ disk:
12
+ /:
13
+ total: "3779301933056"
14
+ used: "1378974044160"
15
+ email: yunhengwang1214@gmail.com
16
+ executable: /root/miniconda3/envs/stereovln/bin/python3.12
17
+ git:
18
+ commit: 968bce12ca82b18564d8753493ae579708ac3927
19
+ remote: https://github.com/Yunheng-Wang/StereoVLN.git
20
+ gpu: NVIDIA A800-SXM4-80GB
21
+ gpu_count: 8
22
+ gpu_nvidia:
23
+ - architecture: Ampere
24
+ cudaCores: 6912
25
+ memoryTotal: "85899345920"
26
+ name: NVIDIA A800-SXM4-80GB
27
+ uuid: GPU-6439f3a2-93fc-3d64-66e0-0696e742a750
28
+ - architecture: Ampere
29
+ cudaCores: 6912
30
+ memoryTotal: "85899345920"
31
+ name: NVIDIA A800-SXM4-80GB
32
+ uuid: GPU-2e2d1327-ba93-1902-45dd-4f3420549aea
33
+ - architecture: Ampere
34
+ cudaCores: 6912
35
+ memoryTotal: "85899345920"
36
+ name: NVIDIA A800-SXM4-80GB
37
+ uuid: GPU-6aa5207c-df81-334e-d211-45d4f8d3b732
38
+ - architecture: Ampere
39
+ cudaCores: 6912
40
+ memoryTotal: "85899345920"
41
+ name: NVIDIA A800-SXM4-80GB
42
+ uuid: GPU-35ed14a7-5405-f8d2-1ac4-a1cf45c9837a
43
+ - architecture: Ampere
44
+ cudaCores: 6912
45
+ memoryTotal: "85899345920"
46
+ name: NVIDIA A800-SXM4-80GB
47
+ uuid: GPU-22ff623f-f7c3-7162-45b6-cf1efaf727bd
48
+ - architecture: Ampere
49
+ cudaCores: 6912
50
+ memoryTotal: "85899345920"
51
+ name: NVIDIA A800-SXM4-80GB
52
+ uuid: GPU-1faefb24-64f4-77c0-d073-c35334e26b2c
53
+ - architecture: Ampere
54
+ cudaCores: 6912
55
+ memoryTotal: "85899345920"
56
+ name: NVIDIA A800-SXM4-80GB
57
+ uuid: GPU-edfddee1-f757-70a6-0952-9ba6ae8bb8d5
58
+ - architecture: Ampere
59
+ cudaCores: 6912
60
+ memoryTotal: "85899345920"
61
+ name: NVIDIA A800-SXM4-80GB
62
+ uuid: GPU-3e04e540-d67a-348b-ff20-4f5848f74769
63
+ host: cce-tyfjdmi3-t0p3r7nd
64
+ memory:
65
+ total: "1079940788224"
66
+ os: Linux-5.15.0-72-generic-x86_64-with-glibc2.35
67
+ program: /pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/train.py
68
+ python: CPython 3.12.12
69
+ root: log/2026-02-11_00
70
+ startedAt: "2026-02-10T16:26:21.530430Z"
71
+ writerId: uveaihxn7vxfu8epr7kp6qhw4soktp2u
72
+ m: []
73
+ python_version: 3.12.12
74
+ t:
75
+ "1":
76
+ - 1
77
+ - 5
78
+ - 11
79
+ - 41
80
+ - 49
81
+ - 53
82
+ - 63
83
+ - 71
84
+ "2":
85
+ - 1
86
+ - 5
87
+ - 11
88
+ - 41
89
+ - 49
90
+ - 53
91
+ - 63
92
+ - 71
93
+ "3":
94
+ - 2
95
+ - 13
96
+ - 16
97
+ - 61
98
+ "4": 3.12.12
99
+ "5": 0.24.2
100
+ "6": 4.57.0
101
+ "12": 0.24.2
102
+ "13": linux-x86_64
103
+ main:
104
+ value:
105
+ batch_size: 4
106
+ cpu_workers_num: 8
107
+ data_root: /pfs/mt-leJ4Vb/users/zengzecui1/vln/DataSet/stereovln/data/cache
108
+ depth_iters: 10
109
+ dtype: bf16
110
+ gradient:
111
+ grad_accumulation_steps: 2
112
+ grad_clip_norm: 0.5
113
+ history_steps: 8
114
+ image_size: 448
115
+ prediction_steps: 4
116
+ save_root: log/
117
+ training_epoch: 1
118
+ valid_depth: 5
119
+ model:
120
+ value:
121
+ dim: 2048
122
+ foundationstereo:
123
+ foundationstereo_checkpoints_path: /pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/model/base/FoundationStereo/checkpoints/23-51-11
124
+ pointhead:
125
+ dropout: 0.1
126
+ mlp_ratio: 0.5
127
+ vlm:
128
+ max_tokens: 4096
129
+ vlm_checkpoints_path: /pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/model/base/InternVL3_5-2B
130
+ training:
131
+ value:
132
+ optimizer:
133
+ betas:
134
+ - 0.9
135
+ - 0.999
136
+ eps: 1e-08
137
+ lr: 2e-05
138
+ weight_decay: 0.01
139
+ scheduler:
140
+ num_cycles: 0.5
141
+ warmup_ratio: 0.05
142
+ weight_depthloss: 0.1
143
+ weight_languageloss: 1
144
+ weight_pointsloss: 0.1
2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/requirements.txt ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fonttools==4.61.1
2
+ zipp==3.23.0
3
+ kiwisolver==1.4.9
4
+ contourpy==1.3.3
5
+ requests==2.32.5
6
+ pip==25.3
7
+ fastjsonschema==2.21.2
8
+ pyquaternion==0.9.9
9
+ huggingface_hub==0.36.2
10
+ decorator==5.2.1
11
+ ptyprocess==0.7.0
12
+ PyYAML==6.0.3
13
+ charset-normalizer==3.4.4
14
+ dash==4.0.0
15
+ nvidia-cuda-cupti-cu12==12.4.127
16
+ scikit-learn==1.8.0
17
+ ipywidgets==8.1.8
18
+ tokenizers==0.22.2
19
+ MarkupSafe==3.0.3
20
+ tqdm==4.67.3
21
+ opencv-python==4.11.0.86
22
+ pydantic_core==2.41.5
23
+ pyribbit==0.1.46
24
+ nbformat==5.10.4
25
+ pycollada==0.9.3
26
+ matplotlib==3.10.8
27
+ einops==0.8.2
28
+ jupyter_core==5.9.1
29
+ nvidia-nvtx-cu12==12.4.127
30
+ stack-data==0.6.3
31
+ sentry-sdk==2.52.0
32
+ nvidia-cufft-cu12==11.2.1.3
33
+ jsonschema-specifications==2025.9.1
34
+ importlib_metadata==8.7.1
35
+ addict==2.4.0
36
+ nvidia-cuda-nvrtc-cu12==12.4.127
37
+ rpds-py==0.30.0
38
+ hf-xet==1.2.0
39
+ protobuf==6.33.5
40
+ nvidia-cusparselt-cu12==0.6.2
41
+ safetensors==0.7.0
42
+ ConfigArgParse==1.7.1
43
+ nvidia-cublas-cu12==12.4.5.8
44
+ parso==0.8.5
45
+ plotly==6.5.2
46
+ ipython==9.10.0
47
+ referencing==0.37.0
48
+ typing-inspection==0.4.2
49
+ nvidia-cuda-runtime-cu12==12.4.127
50
+ Pygments==2.19.2
51
+ typing_extensions==4.15.0
52
+ freetype-py==2.5.1
53
+ annotated-types==0.7.0
54
+ retrying==1.4.2
55
+ pyparsing==3.3.2
56
+ wandb==0.24.2
57
+ triton==3.2.0
58
+ transformers==4.57.0
59
+ omegaconf==2.3.0
60
+ cycler==0.12.1
61
+ jsonschema==4.26.0
62
+ transforms3d==0.4.2
63
+ wcwidth==0.6.0
64
+ sympy==1.13.1
65
+ widgetsnbextension==4.0.15
66
+ traitlets==5.14.3
67
+ platformdirs==4.5.1
68
+ open3d==0.19.0
69
+ GitPython==3.1.46
70
+ pure_eval==0.2.3
71
+ click==8.3.1
72
+ smmap==5.0.2
73
+ Werkzeug==3.1.5
74
+ six==1.17.0
75
+ nvidia-cusolver-cu12==11.6.1.9
76
+ itsdangerous==2.2.0
77
+ antlr4-python3-runtime==4.9.3
78
+ scipy==1.16.3
79
+ pydantic==2.12.5
80
+ nvidia-curand-cu12==10.3.5.147
81
+ gitdb==4.0.12
82
+ attrs==25.4.0
83
+ filelock==3.20.3
84
+ ImageIO==2.37.2
85
+ packaging==25.0
86
+ urchin==0.0.30
87
+ blinker==1.9.0
88
+ torch==2.6.0
89
+ nvidia-cudnn-cu12==9.1.0.70
90
+ threadpoolctl==3.6.0
91
+ Flask==3.1.2
92
+ flash-attn==2.7.1.post2
93
+ nvidia-nvjitlink-cu12==12.4.127
94
+ jedi==0.19.2
95
+ setuptools==80.10.2
96
+ nvidia-cusparse-cu12==12.3.1.170
97
+ pyzmq==26.3.0
98
+ idna==3.11
99
+ executing==2.2.1
100
+ ipython_pygments_lexers==1.1.1
101
+ asttokens==3.0.1
102
+ jupyterlab_widgets==3.0.16
103
+ transformations==2025.1.1
104
+ accelerate==1.5.1
105
+ pexpect==4.9.0
106
+ pillow==12.1.0
107
+ comm==0.2.3
108
+ python-dateutil==2.9.0.post0
109
+ pandas==3.0.0
110
+ lxml==6.0.2
111
+ narwhals==2.16.0
112
+ mpmath==1.3.0
113
+ sentencepiece==0.2.0
114
+ urllib3==2.6.3
115
+ Jinja2==3.1.6
116
+ nest-asyncio==1.6.0
117
+ trimesh==4.11.1
118
+ prompt_toolkit==3.0.52
119
+ nvidia-nccl-cu12==2.21.5
120
+ regex==2026.1.15
121
+ networkx==3.6.1
122
+ certifi==2026.1.4
123
+ matplotlib-inline==0.2.1
124
+ fsspec==2026.2.0
125
+ torchvision==0.21.0
126
+ numpy==1.26.0
127
+ timm==1.0.15
128
+ PyOpenGL==3.1.10
129
+ joblib==1.5.3
130
+ psutil==7.2.2
131
+ wheel==0.46.3
132
+ pyglet==2.1.13
133
+ zipp==3.23.0
134
+ backports.tarfile==1.2.0
135
+ autocommand==2.2.2
136
+ jaraco.functools==4.4.0
137
+ importlib_metadata==8.7.1
138
+ platformdirs==4.4.0
139
+ jaraco.context==6.1.0
140
+ jaraco.text==4.0.0
141
+ packaging==26.0
142
+ more-itertools==10.8.0
143
+ wheel==0.46.3
144
+ tomli==2.4.0
2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/wandb-metadata.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-72-generic-x86_64-with-glibc2.35",
3
+ "python": "CPython 3.12.12",
4
+ "startedAt": "2026-02-10T16:26:21.530430Z",
5
+ "program": "/pfs/mt-leJ4Vb/users/zengzecui1/vln/StereoVLN/train.py",
6
+ "codePath": "train.py",
7
+ "codePathLocal": "train.py",
8
+ "git": {
9
+ "remote": "https://github.com/Yunheng-Wang/StereoVLN.git",
10
+ "commit": "968bce12ca82b18564d8753493ae579708ac3927"
11
+ },
12
+ "email": "yunhengwang1214@gmail.com",
13
+ "root": "log/2026-02-11_00",
14
+ "host": "cce-tyfjdmi3-t0p3r7nd",
15
+ "executable": "/root/miniconda3/envs/stereovln/bin/python3.12",
16
+ "cpu_count": 64,
17
+ "cpu_count_logical": 128,
18
+ "gpu": "NVIDIA A800-SXM4-80GB",
19
+ "gpu_count": 8,
20
+ "disk": {
21
+ "/": {
22
+ "total": "3779301933056",
23
+ "used": "1378974044160"
24
+ }
25
+ },
26
+ "memory": {
27
+ "total": "1079940788224"
28
+ },
29
+ "gpu_nvidia": [
30
+ {
31
+ "name": "NVIDIA A800-SXM4-80GB",
32
+ "memoryTotal": "85899345920",
33
+ "cudaCores": 6912,
34
+ "architecture": "Ampere",
35
+ "uuid": "GPU-6439f3a2-93fc-3d64-66e0-0696e742a750"
36
+ },
37
+ {
38
+ "name": "NVIDIA A800-SXM4-80GB",
39
+ "memoryTotal": "85899345920",
40
+ "cudaCores": 6912,
41
+ "architecture": "Ampere",
42
+ "uuid": "GPU-2e2d1327-ba93-1902-45dd-4f3420549aea"
43
+ },
44
+ {
45
+ "name": "NVIDIA A800-SXM4-80GB",
46
+ "memoryTotal": "85899345920",
47
+ "cudaCores": 6912,
48
+ "architecture": "Ampere",
49
+ "uuid": "GPU-6aa5207c-df81-334e-d211-45d4f8d3b732"
50
+ },
51
+ {
52
+ "name": "NVIDIA A800-SXM4-80GB",
53
+ "memoryTotal": "85899345920",
54
+ "cudaCores": 6912,
55
+ "architecture": "Ampere",
56
+ "uuid": "GPU-35ed14a7-5405-f8d2-1ac4-a1cf45c9837a"
57
+ },
58
+ {
59
+ "name": "NVIDIA A800-SXM4-80GB",
60
+ "memoryTotal": "85899345920",
61
+ "cudaCores": 6912,
62
+ "architecture": "Ampere",
63
+ "uuid": "GPU-22ff623f-f7c3-7162-45b6-cf1efaf727bd"
64
+ },
65
+ {
66
+ "name": "NVIDIA A800-SXM4-80GB",
67
+ "memoryTotal": "85899345920",
68
+ "cudaCores": 6912,
69
+ "architecture": "Ampere",
70
+ "uuid": "GPU-1faefb24-64f4-77c0-d073-c35334e26b2c"
71
+ },
72
+ {
73
+ "name": "NVIDIA A800-SXM4-80GB",
74
+ "memoryTotal": "85899345920",
75
+ "cudaCores": 6912,
76
+ "architecture": "Ampere",
77
+ "uuid": "GPU-edfddee1-f757-70a6-0952-9ba6ae8bb8d5"
78
+ },
79
+ {
80
+ "name": "NVIDIA A800-SXM4-80GB",
81
+ "memoryTotal": "85899345920",
82
+ "cudaCores": 6912,
83
+ "architecture": "Ampere",
84
+ "uuid": "GPU-3e04e540-d67a-348b-ff20-4f5848f74769"
85
+ }
86
+ ],
87
+ "cudaVersion": "12.3",
88
+ "writerId": "uveaihxn7vxfu8epr7kp6qhw4soktp2u"
89
+ }
2026-02-11_00/wandb/run-20260211_002621-m4515yej/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/language_loss":0.18510794639587402,"_wandb":{"runtime":74020},"_runtime":74020.497482416,"_timestamp":1.7708148031656098e+09,"train/total_loss":0.480612188577652,"train/epoch":1,"_step":5792,"train/point_loss":0.9601650238037109,"train/depth_loss":1.9948770999908447,"train/lr":6.737209823359791e-13}
2026-02-11_00/wandb/run-20260211_002621-m4515yej/logs/debug-core.log ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T00:26:21.568408028+08:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpuuq5cokc/port-195665.txt","pid":195665,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-02-11T00:26:21.568809073+08:00","level":"INFO","msg":"server: will exit if parent process dies","ppid":195665}
3
+ {"time":"2026-02-11T00:26:21.568805236+08:00","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-195665-196027-3471068910/socket","Net":"unix"}}
4
+ {"time":"2026-02-11T00:26:21.756303361+08:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-02-11T00:26:21.765259527+08:00","level":"INFO","msg":"handleInformInit: received","streamId":"m4515yej","id":"1(@)"}
6
+ {"time":"2026-02-11T00:26:22.227726431+08:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"m4515yej","id":"1(@)"}
7
+ {"time":"2026-02-11T00:26:27.771324635+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ix50dysmrv78"}
8
+ {"time":"2026-02-11T21:00:03.172572599+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ix50dysmrv78"}
9
+ {"time":"2026-02-11T21:00:05.772900544+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ix50dysmrv78"}
10
+ {"time":"2026-02-11T21:00:05.773685389+08:00","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"m4515yej","id":"1(@)"}
11
+ {"time":"2026-02-11T21:00:05.776564484+08:00","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"m4515yej","id":"1(@)"}
12
+ {"time":"2026-02-11T21:00:06.052803591+08:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
13
+ {"time":"2026-02-11T21:00:06.052831448+08:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"1(@)"}
14
+ {"time":"2026-02-11T21:00:06.052837603+08:00","level":"INFO","msg":"server is shutting down"}
15
+ {"time":"2026-02-11T21:00:06.0528507+08:00","level":"INFO","msg":"connection: closing","id":"1(@)"}
16
+ {"time":"2026-02-11T21:00:06.052900652+08:00","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-195665-196027-3471068910/socket","Net":"unix"}}
17
+ {"time":"2026-02-11T21:00:06.05293274+08:00","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
18
+ {"time":"2026-02-11T21:00:06.052941665+08:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"1(@)"}
19
+ {"time":"2026-02-11T21:00:06.052949912+08:00","level":"INFO","msg":"server is closed"}
2026-02-11_00/wandb/run-20260211_002621-m4515yej/logs/debug-internal.log ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T00:26:21.766098178+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-02-11T00:26:22.226974985+08:00","level":"INFO","msg":"stream: created new stream","id":"m4515yej"}
3
+ {"time":"2026-02-11T00:26:22.227051341+08:00","level":"INFO","msg":"handler: started","stream_id":"m4515yej"}
4
+ {"time":"2026-02-11T00:26:22.227714832+08:00","level":"INFO","msg":"stream: started","id":"m4515yej"}
5
+ {"time":"2026-02-11T00:26:22.227729194+08:00","level":"INFO","msg":"writer: started","stream_id":"m4515yej"}
6
+ {"time":"2026-02-11T00:26:22.227727865+08:00","level":"INFO","msg":"sender: started","stream_id":"m4515yej"}
7
+ {"time":"2026-02-11T03:25:07.773928575+08:00","level":"INFO","msg":"api: retrying error","error":"Post \"https://api.wandb.ai/files/yunhengwang1214-hong-kong-university-of-science-and-tech/StereoVLN/m4515yej/file_stream\": unexpected EOF"}
8
+ {"time":"2026-02-11T21:00:05.399133236+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
9
+ {"time":"2026-02-11T21:00:05.769211097+08:00","level":"INFO","msg":"handler: operation stats","stats":{}}
10
+ {"time":"2026-02-11T21:00:05.773704284+08:00","level":"INFO","msg":"stream: closing","id":"m4515yej"}
11
+ {"time":"2026-02-11T21:00:05.773729832+08:00","level":"INFO","msg":"handler: closed","stream_id":"m4515yej"}
12
+ {"time":"2026-02-11T21:00:05.775927126+08:00","level":"INFO","msg":"sender: closed","stream_id":"m4515yej"}
13
+ {"time":"2026-02-11T21:00:05.775940157+08:00","level":"INFO","msg":"stream: closed","id":"m4515yej"}
2026-02-11_00/wandb/run-20260211_002621-m4515yej/logs/debug.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-02-11 00:26:22,767 INFO MainThread:195665 [wandb_run.py:_console_start():2529] atexit reg
2
+ 2026-02-11 00:26:22,767 INFO MainThread:195665 [wandb_run.py:_redirect():2377] redirect: wrap_raw
3
+ 2026-02-11 00:26:22,768 INFO MainThread:195665 [wandb_run.py:_redirect():2446] Wrapping output streams.
4
+ 2026-02-11 00:26:22,768 INFO MainThread:195665 [wandb_run.py:_redirect():2469] Redirects installed.
5
+ 2026-02-11 21:00:03,166 INFO MainThread:195665 [wandb_run.py:_finish():2295] finishing run yunhengwang1214-hong-kong-university-of-science-and-tech/StereoVLN/m4515yej
6
+ 2026-02-11 21:00:03,168 INFO MainThread:195665 [wandb_run.py:_atexit_cleanup():2494] got exitcode: 0
7
+ 2026-02-11 21:00:03,172 INFO MainThread:195665 [wandb_run.py:_restore():2476] restore
8
+ 2026-02-11 21:00:03,172 INFO MainThread:195665 [wandb_run.py:_restore():2482] restore done
9
+ 2026-02-11 21:00:05,773 INFO MainThread:195665 [wandb_run.py:_footer_sync_info():3871] logging synced files
10
+ 2026-02-11 21:00:06,052 INFO wandb-AsyncioManager-main:195665 [service_client.py:_forward_responses():94] Reached EOF.
11
+ 2026-02-11 21:00:06,054 INFO wandb-AsyncioManager-main:195665 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
2026-02-11_00/wandb/run-20260211_002621-m4515yej/run-m4515yej.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:467c5fef028ab1438afaf624f1583d40d70d5abaae2ca7176d292605bfb70518
3
+ size 22671211