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

Upload folder using huggingface_hub

Browse files
Files changed (32) hide show
  1. .gitattributes +1 -0
  2. 2026-02-11_23/checkpoint_1/config.json +51 -0
  3. 2026-02-11_23/checkpoint_1/model.safetensors +3 -0
  4. 2026-02-11_23/checkpoint_1/optimizer.bin +3 -0
  5. 2026-02-11_23/checkpoint_1/pytorch_model_0.bin +3 -0
  6. 2026-02-11_23/checkpoint_1/random_states_0.pkl +3 -0
  7. 2026-02-11_23/checkpoint_1/random_states_1.pkl +3 -0
  8. 2026-02-11_23/checkpoint_1/random_states_10.pkl +3 -0
  9. 2026-02-11_23/checkpoint_1/random_states_11.pkl +3 -0
  10. 2026-02-11_23/checkpoint_1/random_states_12.pkl +3 -0
  11. 2026-02-11_23/checkpoint_1/random_states_13.pkl +3 -0
  12. 2026-02-11_23/checkpoint_1/random_states_2.pkl +3 -0
  13. 2026-02-11_23/checkpoint_1/random_states_3.pkl +3 -0
  14. 2026-02-11_23/checkpoint_1/random_states_4.pkl +3 -0
  15. 2026-02-11_23/checkpoint_1/random_states_5.pkl +3 -0
  16. 2026-02-11_23/checkpoint_1/random_states_6.pkl +3 -0
  17. 2026-02-11_23/checkpoint_1/random_states_7.pkl +3 -0
  18. 2026-02-11_23/checkpoint_1/random_states_8.pkl +3 -0
  19. 2026-02-11_23/checkpoint_1/random_states_9.pkl +3 -0
  20. 2026-02-11_23/checkpoint_1/scheduler.bin +3 -0
  21. 2026-02-11_23/training.log +0 -0
  22. 2026-02-11_23/wandb/debug-internal.log +12 -0
  23. 2026-02-11_23/wandb/debug.log +11 -0
  24. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/config.yaml +144 -0
  25. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/output.log +0 -0
  26. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/requirements.txt +144 -0
  27. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/wandb-metadata.json +89 -0
  28. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/wandb-summary.json +1 -0
  29. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/logs/debug-core.log +19 -0
  30. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/logs/debug-internal.log +12 -0
  31. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/logs/debug.log +11 -0
  32. 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/run-e326i2qf.wandb +3 -0
.gitattributes CHANGED
@@ -59,3 +59,4 @@ saved_model/**/* 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
 
 
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
62
+ 2026-02-11_23/wandb/run-20260211_231536-e326i2qf/run-e326i2qf.wandb filter=lfs diff=lfs merge=lfs -text
2026-02-11_23/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_23/checkpoint_1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08e2e0e553932603ae52ed1c39915f3060ac9f3deacbdb441b234557c752919
3
+ size 7233275754
2026-02-11_23/checkpoint_1/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48ba7645a2392bd15042d83f99d5a6f8e96743c457988b8f6474a424b0c2304b
3
+ size 10536013797
2026-02-11_23/checkpoint_1/pytorch_model_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:640d623154950d6c0ea1e502c6ca94ec5dd66461a134c8b56d96ddbe25c03656
3
+ size 7234021454
2026-02-11_23/checkpoint_1/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf163f71fe643db98aaea31dab613ae96ffab23a9ac4f8e7b73ab86f8ae28d9
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_1.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e76f416d46af4789d8739769b4d70c195949719f36dcf0f202bda3ce37d6f6f
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_10.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a370692ab8473b91b9f394652dad215b0ba88d4d8620990c4fef187e19260811
3
+ size 15852
2026-02-11_23/checkpoint_1/random_states_11.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4990ef0c8a4b37fc01e4616f1b1687b3a593226627b0383a2ae5e9c94941801
3
+ size 15852
2026-02-11_23/checkpoint_1/random_states_12.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f1dcf11aea6c770fac9e6294ce01e3a698309a47a7caed246edb322e4f13b6
3
+ size 15852
2026-02-11_23/checkpoint_1/random_states_13.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b1f2eb9d62638b4fe57feea225c5cc5a4a6007b0dd3bedec6f69c4126d8362
3
+ size 15852
2026-02-11_23/checkpoint_1/random_states_2.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e3081ae06641989b7ec0ee2ea25b9ec990841664eb1b6aecda5b7dd2f6561d
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_3.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfa818f9f51e42a4a07cb0fd80168310ef387126acbb8ef68e8ff8e26d7e5d9
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_4.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fb7412723c8bc955429ea4869bb1bfe3fbee0ac9cf9a463fa25835d5e7a885
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_5.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50cad361a2d56656d234101a7ceaa4f3feef61238a8536e602d41d762be9a0e3
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_6.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b20b3c714e20a43a71ddecd987bd4d1e61f0626122bea2addfbabb6609ff71
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_7.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f597f9f8345de43a6e8709a30374ce818a30f4f84649ad4aba5bd5d3aae124
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_8.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30aeb9abde5cd29124db37ffbfdfc75fa9f92480ad072ca38519dd2fa45b3d99
3
+ size 15840
2026-02-11_23/checkpoint_1/random_states_9.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0266b019244151b5d144c99916cf83f9cde3f6385e8858eaba4cb6f8dc429b7
3
+ size 15840
2026-02-11_23/checkpoint_1/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22041077b5974c925b6f0226ed4a604e42b96dc519c176cf044bc433ccd84cdf
3
+ size 1000
2026-02-11_23/training.log ADDED
The diff for this file is too large to render. See raw diff
 
2026-02-11_23/wandb/debug-internal.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T23:15:36.438784426+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-02-11T23:15:36.905766836+08:00","level":"INFO","msg":"stream: created new stream","id":"e326i2qf"}
3
+ {"time":"2026-02-11T23:15:36.905861432+08:00","level":"INFO","msg":"handler: started","stream_id":"e326i2qf"}
4
+ {"time":"2026-02-11T23:15:36.906545855+08:00","level":"INFO","msg":"stream: started","id":"e326i2qf"}
5
+ {"time":"2026-02-11T23:15:36.906561419+08:00","level":"INFO","msg":"sender: started","stream_id":"e326i2qf"}
6
+ {"time":"2026-02-11T23:15:36.906560893+08:00","level":"INFO","msg":"writer: started","stream_id":"e326i2qf"}
7
+ {"time":"2026-02-12T04:32:32.261090492+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
8
+ {"time":"2026-02-12T04:32:32.575284658+08:00","level":"INFO","msg":"handler: operation stats","stats":{}}
9
+ {"time":"2026-02-12T04:32:32.579756689+08:00","level":"INFO","msg":"stream: closing","id":"e326i2qf"}
10
+ {"time":"2026-02-12T04:32:32.579776276+08:00","level":"INFO","msg":"handler: closed","stream_id":"e326i2qf"}
11
+ {"time":"2026-02-12T04:32:32.581713109+08:00","level":"INFO","msg":"sender: closed","stream_id":"e326i2qf"}
12
+ {"time":"2026-02-12T04:32:32.581722393+08:00","level":"INFO","msg":"stream: closed","id":"e326i2qf"}
2026-02-11_23/wandb/debug.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_console_start():2529] atexit reg
2
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_redirect():2377] redirect: wrap_raw
3
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_redirect():2446] Wrapping output streams.
4
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_redirect():2469] Redirects installed.
5
+ 2026-02-12 04:32:29,830 INFO MainThread:313092 [wandb_run.py:_finish():2295] finishing run yunhengwang1214-hong-kong-university-of-science-and-tech/StereoVLN/e326i2qf
6
+ 2026-02-12 04:32:29,831 INFO MainThread:313092 [wandb_run.py:_atexit_cleanup():2494] got exitcode: 0
7
+ 2026-02-12 04:32:29,832 INFO MainThread:313092 [wandb_run.py:_restore():2476] restore
8
+ 2026-02-12 04:32:29,832 INFO MainThread:313092 [wandb_run.py:_restore():2482] restore done
9
+ 2026-02-12 04:32:32,579 INFO MainThread:313092 [wandb_run.py:_footer_sync_info():3871] logging synced files
10
+ 2026-02-12 04:32:32,779 INFO wandb-AsyncioManager-main:313092 [service_client.py:_forward_responses():94] Reached EOF.
11
+ 2026-02-12 04:32:32,779 INFO wandb-AsyncioManager-main:313092 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/config.yaml ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.24.2
4
+ e:
5
+ rbc5uewfcw2su30qvjcit7x2lbfckz2w:
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: "1379243323392"
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_23
70
+ startedAt: "2026-02-11T15:15:36.194845Z"
71
+ writerId: rbc5uewfcw2su30qvjcit7x2lbfckz2w
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_23/wandb/run-20260211_231536-e326i2qf/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/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_23/wandb/run-20260211_231536-e326i2qf/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-11T15:15:36.194845Z",
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_23",
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": "1379243323392"
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": "rbc5uewfcw2su30qvjcit7x2lbfckz2w"
89
+ }
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/lr":5.088311216816522e-13,"train/epoch":1,"train/point_loss":0.5619519948959351,"train/total_loss":0.4698718786239624,"_timestamp":1.7708419281283476e+09,"_step":1481,"_runtime":19012.172441579,"_wandb":{"runtime":19012},"train/depth_loss":2.0593392848968506,"train/language_loss":0.20774275064468384}
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/logs/debug-core.log ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T23:15:36.236486216+08:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpbxh5anff/port-313092.txt","pid":313092,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-02-11T23:15:36.236875519+08:00","level":"INFO","msg":"server: will exit if parent process dies","ppid":313092}
3
+ {"time":"2026-02-11T23:15:36.236872528+08:00","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-313092-313456-2285060263/socket","Net":"unix"}}
4
+ {"time":"2026-02-11T23:15:36.424722844+08:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-02-11T23:15:36.436192424+08:00","level":"INFO","msg":"handleInformInit: received","streamId":"e326i2qf","id":"1(@)"}
6
+ {"time":"2026-02-11T23:15:36.906557385+08:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"e326i2qf","id":"1(@)"}
7
+ {"time":"2026-02-11T23:15:42.811495329+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"1ar3375v8oxo"}
8
+ {"time":"2026-02-12T04:32:29.832307967+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"1ar3375v8oxo"}
9
+ {"time":"2026-02-12T04:32:32.578986171+08:00","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"1ar3375v8oxo"}
10
+ {"time":"2026-02-12T04:32:32.579740501+08:00","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"e326i2qf","id":"1(@)"}
11
+ {"time":"2026-02-12T04:32:32.582293906+08:00","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"e326i2qf","id":"1(@)"}
12
+ {"time":"2026-02-12T04:32:32.779101794+08:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
13
+ {"time":"2026-02-12T04:32:32.779132153+08:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"1(@)"}
14
+ {"time":"2026-02-12T04:32:32.779137737+08:00","level":"INFO","msg":"server is shutting down"}
15
+ {"time":"2026-02-12T04:32:32.779149264+08:00","level":"INFO","msg":"connection: closing","id":"1(@)"}
16
+ {"time":"2026-02-12T04:32:32.779190399+08:00","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-313092-313456-2285060263/socket","Net":"unix"}}
17
+ {"time":"2026-02-12T04:32:32.77921509+08:00","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
18
+ {"time":"2026-02-12T04:32:32.779220619+08:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"1(@)"}
19
+ {"time":"2026-02-12T04:32:32.779226716+08:00","level":"INFO","msg":"server is closed"}
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/logs/debug-internal.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-02-11T23:15:36.438784426+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-02-11T23:15:36.905766836+08:00","level":"INFO","msg":"stream: created new stream","id":"e326i2qf"}
3
+ {"time":"2026-02-11T23:15:36.905861432+08:00","level":"INFO","msg":"handler: started","stream_id":"e326i2qf"}
4
+ {"time":"2026-02-11T23:15:36.906545855+08:00","level":"INFO","msg":"stream: started","id":"e326i2qf"}
5
+ {"time":"2026-02-11T23:15:36.906561419+08:00","level":"INFO","msg":"sender: started","stream_id":"e326i2qf"}
6
+ {"time":"2026-02-11T23:15:36.906560893+08:00","level":"INFO","msg":"writer: started","stream_id":"e326i2qf"}
7
+ {"time":"2026-02-12T04:32:32.261090492+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
8
+ {"time":"2026-02-12T04:32:32.575284658+08:00","level":"INFO","msg":"handler: operation stats","stats":{}}
9
+ {"time":"2026-02-12T04:32:32.579756689+08:00","level":"INFO","msg":"stream: closing","id":"e326i2qf"}
10
+ {"time":"2026-02-12T04:32:32.579776276+08:00","level":"INFO","msg":"handler: closed","stream_id":"e326i2qf"}
11
+ {"time":"2026-02-12T04:32:32.581713109+08:00","level":"INFO","msg":"sender: closed","stream_id":"e326i2qf"}
12
+ {"time":"2026-02-12T04:32:32.581722393+08:00","level":"INFO","msg":"stream: closed","id":"e326i2qf"}
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/logs/debug.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_console_start():2529] atexit reg
2
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_redirect():2377] redirect: wrap_raw
3
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_redirect():2446] Wrapping output streams.
4
+ 2026-02-11 23:15:37,808 INFO MainThread:313092 [wandb_run.py:_redirect():2469] Redirects installed.
5
+ 2026-02-12 04:32:29,830 INFO MainThread:313092 [wandb_run.py:_finish():2295] finishing run yunhengwang1214-hong-kong-university-of-science-and-tech/StereoVLN/e326i2qf
6
+ 2026-02-12 04:32:29,831 INFO MainThread:313092 [wandb_run.py:_atexit_cleanup():2494] got exitcode: 0
7
+ 2026-02-12 04:32:29,832 INFO MainThread:313092 [wandb_run.py:_restore():2476] restore
8
+ 2026-02-12 04:32:29,832 INFO MainThread:313092 [wandb_run.py:_restore():2482] restore done
9
+ 2026-02-12 04:32:32,579 INFO MainThread:313092 [wandb_run.py:_footer_sync_info():3871] logging synced files
10
+ 2026-02-12 04:32:32,779 INFO wandb-AsyncioManager-main:313092 [service_client.py:_forward_responses():94] Reached EOF.
11
+ 2026-02-12 04:32:32,779 INFO wandb-AsyncioManager-main:313092 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
2026-02-11_23/wandb/run-20260211_231536-e326i2qf/run-e326i2qf.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86292db9109a4640b3e90943daf7f1476e511dc529c50c1e004fc052f2b60914
3
+ size 5804616