Knowing commited on
Commit
2ca5667
·
verified ·
1 Parent(s): ad92e26

Add files using upload-large-folder tool

Browse files
.hydra/config.yaml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ encoder:
3
+ backbone:
4
+ name: croco
5
+ model: ViTLarge_BaseDecoder
6
+ patch_embed_cls: PatchEmbedDust3R
7
+ asymmetry_decoder: true
8
+ intrinsics_embed_loc: encoder
9
+ intrinsics_embed_degree: 4
10
+ intrinsics_embed_type: token
11
+ name: anysplat
12
+ opacity_mapping:
13
+ initial: 0.0
14
+ final: 0.0
15
+ warm_up: 1
16
+ num_monocular_samples: 32
17
+ num_surfaces: 1
18
+ predict_opacity: false
19
+ gaussians_per_pixel: 1
20
+ gaussian_adapter:
21
+ gaussian_scale_min: 0.5
22
+ gaussian_scale_max: 15.0
23
+ sh_degree: 4
24
+ d_feature: 32
25
+ visualizer:
26
+ num_samples: 8
27
+ min_resolution: 256
28
+ export_ply: false
29
+ apply_bounds_shim: true
30
+ gs_params_head_type: dpt_gs
31
+ pose_free: true
32
+ pretrained_weights: ''
33
+ scale_align: false
34
+ voxel_size: 0.002
35
+ n_offsets: 2
36
+ anchor_feat_dim: 128
37
+ add_view: false
38
+ color_attr: 3D
39
+ mlp_type: unified
40
+ scaffold: true
41
+ intrinsics_embed_loc: encoder
42
+ intrinsics_embed_type: token
43
+ pred_pose: true
44
+ gs_prune: false
45
+ pred_head_type: depth
46
+ freeze_backbone: false
47
+ distill: true
48
+ render_conf: false
49
+ conf_threshold: 0.1
50
+ freeze_module: patch_embed
51
+ voxelize: true
52
+ intermediate_layer_idx:
53
+ - 4
54
+ - 11
55
+ - 17
56
+ - 23
57
+ ours: true
58
+ decoder:
59
+ name: splatting_cuda
60
+ background_color:
61
+ - 1.0
62
+ - 1.0
63
+ - 1.0
64
+ make_scale_invariant: false
65
+ loss:
66
+ mse:
67
+ weight: 1.0
68
+ conf: false
69
+ lpips:
70
+ weight: 0.05
71
+ apply_after_step: 0
72
+ conf: false
73
+ depth_consis:
74
+ weight: 0.1
75
+ sigma_image: null
76
+ use_second_derivative: false
77
+ loss_type: MSE
78
+ wandb:
79
+ project: anysplat
80
+ entity: scene-representation-group
81
+ name: RE10K_24V
82
+ mode: online
83
+ tags:
84
+ - re10k
85
+ - 256x256
86
+ mode: train
87
+ data_loader:
88
+ train:
89
+ num_workers: 16
90
+ persistent_workers: true
91
+ batch_size: 16
92
+ seed: 1234
93
+ test:
94
+ num_workers: 4
95
+ persistent_workers: false
96
+ batch_size: 1
97
+ seed: 2345
98
+ val:
99
+ num_workers: 1
100
+ persistent_workers: true
101
+ batch_size: 1
102
+ seed: 3456
103
+ optimizer:
104
+ lr: 0.0002
105
+ warm_up_steps: 125
106
+ backbone_lr_multiplier: 0.1
107
+ checkpointing:
108
+ load: null
109
+ every_n_train_steps: 1500
110
+ save_top_k: 1
111
+ save_weights_only: false
112
+ train:
113
+ output_path: ${hydra.run.dir}
114
+ depth_mode: null
115
+ extended_visualization: false
116
+ print_log_every_n_steps: 10
117
+ distiller: ''
118
+ distill_max_steps: 1000000
119
+ random_context_views: false
120
+ pose_loss_alpha: 1.0
121
+ pose_loss_delta: 1.0
122
+ cxt_depth_weight: 0.0
123
+ weight_pose: 10.0
124
+ weight_depth: 1.0
125
+ weight_normal: 0.0
126
+ train_novel_view: false
127
+ camera_loss: 1.0
128
+ finetune_from_anysplat: false
129
+ test:
130
+ output_path: outputs/test-nopo
131
+ align_pose: true
132
+ pose_align_steps: 100
133
+ rot_opt_lr: 0.005
134
+ trans_opt_lr: 0.005
135
+ compute_scores: true
136
+ save_image: true
137
+ save_video: false
138
+ save_compare: true
139
+ save_gs: false
140
+ save_sample_wise_metrics: true
141
+ generate_video: false
142
+ mode: inference
143
+ image_folder: examples/bungeenerf
144
+ seed: 111123
145
+ trainer:
146
+ max_steps: 15001
147
+ val_check_interval: 500
148
+ gradient_clip_val: 0.5
149
+ num_nodes: 1
150
+ accumulate_grad_batches: 1
151
+ precision: '32'
152
+ dataset:
153
+ re10k:
154
+ make_baseline_1: true
155
+ relative_pose: true
156
+ augment: true
157
+ background_color:
158
+ - 1.0
159
+ - 1.0
160
+ - 1.0
161
+ overfit_to_scene: null
162
+ skip_bad_shape: true
163
+ rescale_to_1cube: false
164
+ view_sampler:
165
+ name: bounded_nopo
166
+ num_target_views: 4
167
+ num_context_views: 2
168
+ min_distance_between_context_views: 45
169
+ max_distance_between_context_views: 90
170
+ min_distance_to_context_views: 0
171
+ warm_up_steps: 150000
172
+ initial_min_distance_between_context_views: 25
173
+ initial_max_distance_between_context_views: 25
174
+ distill_steps: 0
175
+ warm_up_step: 5000
176
+ name: re10k
177
+ roots:
178
+ - datasets/re10k
179
+ input_image_shape:
180
+ - 256
181
+ - 256
182
+ original_image_shape:
183
+ - 360
184
+ - 640
185
+ cameras_are_circular: false
186
+ baseline_min: 0.001
187
+ baseline_max: 10000000000.0
188
+ max_fov: 100.0
189
+ dynamic_context_views: true
190
+ max_context_views_per_gpu: 24
.hydra/hydra.yaml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: outputs/full/re10k/${wandb.name}
4
+ sweep:
5
+ dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
6
+ subdir: ${hydra.job.num}
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .hydra
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task:
115
+ - +experiment=re10k_24v
116
+ - wandb.mode=online
117
+ - wandb.name=RE10K_24V
118
+ job:
119
+ name: main
120
+ chdir: null
121
+ override_dirname: +experiment=re10k_24v,wandb.mode=online,wandb.name=RE10K_24V
122
+ id: ???
123
+ num: ???
124
+ config_name: main
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /workspace/code/AnySplat_mine
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /workspace/code/AnySplat_mine/config
141
+ schema: file
142
+ provider: main
143
+ - path: ''
144
+ schema: structured
145
+ provider: schema
146
+ output_dir: /workspace/code/AnySplat_mine/outputs/full/re10k/RE10K_24V
147
+ choices:
148
+ experiment: re10k_24v
149
+ dataset@dataset.re10k: re10k
150
+ dataset/view_sampler_dataset_specific_config@dataset.re10k.view_sampler: bounded_re10k
151
+ dataset/view_sampler@dataset.re10k.view_sampler: bounded_nopo
152
+ model/decoder: splatting_cuda
153
+ model/encoder: anysplat
154
+ model/encoder/backbone: croco
155
+ hydra/env: default
156
+ hydra/callbacks: null
157
+ hydra/job_logging: default
158
+ hydra/hydra_logging: default
159
+ hydra/hydra_help: default
160
+ hydra/help: default
161
+ hydra/sweeper: basic
162
+ hydra/launcher: basic
163
+ hydra/output: default
164
+ verbose: false
.hydra/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - +experiment=re10k_24v
2
+ - wandb.mode=online
3
+ - wandb.name=RE10K_24V
checkpoints/epoch_0-step_12000.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69cb43a599badfaab05d5a57116fc2f91b18991fb28b64da675b9bee910e4ab2
3
+ size 16497009485
main.log ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2026-02-26 12:07:25,376][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 12:07:25,497][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 12:07:25,618][httpx][INFO] - HTTP Request: GET https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
4
+ [2026-02-26 12:07:25,646][dinov2][INFO] - using MLP layer as FFN
5
+ [2026-02-26 12:07:34,558][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
6
+ [2026-02-26 12:07:34,695][httpx][INFO] - HTTP Request: GET https://huggingface.co/api/models/facebook/VGGT-1B/xet-read-token/860abec7937da0a4c03c41d3c269c366e82abdf9 "HTTP/1.1 200 OK"
7
+ [2026-02-26 12:13:23,515][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
8
+ [2026-02-26 12:13:23,519][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
9
+ [2026-02-26 12:13:23,534][dinov2][INFO] - using MLP layer as FFN
10
+ [2026-02-26 12:13:31,836][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
11
+ [2026-02-26 12:16:47,720][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
12
+ [2026-02-26 12:16:47,725][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
13
+ [2026-02-26 12:16:47,741][dinov2][INFO] - using MLP layer as FFN
14
+ [2026-02-26 12:16:56,477][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
15
+ [2026-02-26 12:18:43,021][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
16
+ [2026-02-26 12:18:43,025][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
17
+ [2026-02-26 12:18:43,052][dinov2][INFO] - using MLP layer as FFN
18
+ [2026-02-26 12:18:51,272][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
19
+ [2026-02-26 12:20:32,692][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
20
+ [2026-02-26 12:20:32,696][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
21
+ [2026-02-26 12:20:32,712][dinov2][INFO] - using MLP layer as FFN
22
+ [2026-02-26 12:20:40,996][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
23
+ [2026-02-26 12:47:03,913][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
24
+ [2026-02-26 12:47:03,918][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
25
+ [2026-02-26 12:47:03,947][dinov2][INFO] - using MLP layer as FFN
26
+ [2026-02-26 12:47:12,270][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
27
+ [2026-02-26 12:49:37,124][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
28
+ [2026-02-26 12:49:37,129][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
29
+ [2026-02-26 12:49:37,147][dinov2][INFO] - using MLP layer as FFN
30
+ [2026-02-26 12:49:45,403][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
31
+ [2026-02-26 12:50:53,901][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
32
+ [2026-02-26 12:50:53,905][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
33
+ [2026-02-26 12:50:53,923][dinov2][INFO] - using MLP layer as FFN
34
+ [2026-02-26 12:51:02,197][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
35
+ [2026-02-26 13:16:54,108][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
36
+ [2026-02-26 13:16:54,113][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
37
+ [2026-02-26 13:16:54,133][dinov2][INFO] - using MLP layer as FFN
38
+ [2026-02-26 13:17:02,680][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
39
+ [2026-02-26 13:18:02,426][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
40
+ [2026-02-26 13:18:02,430][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
41
+ [2026-02-26 13:18:02,453][dinov2][INFO] - using MLP layer as FFN
42
+ [2026-02-26 13:18:10,898][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
43
+ [2026-02-26 13:20:04,725][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
44
+ [2026-02-26 13:20:04,729][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
45
+ [2026-02-26 13:20:04,754][dinov2][INFO] - using MLP layer as FFN
46
+ [2026-02-26 13:20:13,088][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_1.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:24,262][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:24,268][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:24,287][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:26,706][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_2.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:24,245][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:24,251][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:24,271][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:33,671][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_3.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:24,449][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:24,454][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:24,469][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:15,085][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_4.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:23,874][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:23,879][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:23,902][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:18,749][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_5.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:24,293][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:24,298][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:24,318][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:34,495][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_6.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:24,223][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:24,228][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:24,257][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:33,452][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"
train_ddp_process_7.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [2026-02-26 13:20:24,231][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
2
+ [2026-02-26 13:20:24,237][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/facebook/VGGT-1B/860abec7937da0a4c03c41d3c269c366e82abdf9/config.json "HTTP/1.1 200 OK"
3
+ [2026-02-26 13:20:24,260][dinov2][INFO] - using MLP layer as FFN
4
+ [2026-02-26 13:21:35,567][httpx][INFO] - HTTP Request: HEAD https://huggingface.co/facebook/VGGT-1B/resolve/main/model.safetensors "HTTP/1.1 302 Found"