-
Notifications
You must be signed in to change notification settings - Fork 23
/
main.yaml
96 lines (84 loc) · 1.82 KB
/
main.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
defaults:
- dataset: re10k
- optional dataset/view_sampler_dataset_specific_config: ${dataset/view_sampler}_${dataset}
- model/encoder: depthsplat
- model/decoder: splatting_cuda
- loss: [mse]
wandb:
project: depthsplat
entity: placeholder
name: placeholder
mode: online
id: null
mode: train
dataset:
overfit_to_scene: null
data_loader:
train:
num_workers: 10
persistent_workers: true
batch_size: 4
seed: 1234
test:
num_workers: 4
persistent_workers: false
batch_size: 1
seed: 2345
val:
num_workers: 1
persistent_workers: true
batch_size: 1
seed: 3456
optimizer:
lr: 2.e-4
lr_monodepth: 2.e-6
warm_up_steps: 2000
weight_decay: 0.01
checkpointing:
load: null
every_n_train_steps: 5000
save_top_k: 5
pretrained_model: null
pretrained_monodepth: null
pretrained_mvdepth: null
pretrained_depth: null
no_strict_load: false
resume: false
train:
depth_mode: null
extended_visualization: false
print_log_every_n_steps: 100
eval_model_every_n_val: 2 # quantitative evaluation every n val
eval_data_length: 999999
eval_deterministic: false
eval_time_skip_steps: 3
eval_save_model: true
l1_loss: false
intermediate_loss_weight: 0.9
no_viz_video: false
viz_depth: false
forward_depth_only: false
train_ignore_large_loss: 0.
no_log_projections: false
test:
output_path: outputs/test
compute_scores: false
eval_time_skip_steps: 0
save_image: false
save_video: false
save_gt_image: false
save_input_images: false
save_depth: false
save_depth_npy: false
save_depth_concat_img: false
render_chunk_size: null
stablize_camera: false
stab_camera_kernel: 50
seed: 111123
trainer:
max_steps: -1
val_check_interval: 0.25
gradient_clip_val: 0.5
num_sanity_val_steps: 2
output_dir: null
use_plugins: false