File size: 1,163 Bytes
a6b395f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
wandb:
  project: gs_pred
cam_embd:
  embedding: null
  encode_embedding: null
  dimension: 0
  method: null
general:
  device: 0
  random_seed: 0
  num_devices: 2
  mixed_precision: true
data:
  training_resolution: 128
  fov: 49.134342641202636
  subset: -1
  input_images: 1
  znear: 0.8
  zfar: 3.2
  category: objaverse
  white_background: true
  origin_distances: false
opt:
  iterations: 50001
  base_lr: 6.34584421e-05
  batch_size: 16
  betas:
  - 0.9
  - 0.999
  loss: l2
  imgs_per_obj: 4
  ema:
    use: true
    update_every: 10
    update_after_step: 100
    beta: 0.9999
  lambda_lpips: 0.33814373
  start_lpips_after: 0
  step_lr_at: -1
model:
  max_sh_degree: 1
  inverted_x: false
  inverted_y: true
  name: SingleUNet
  opacity_scale: 1.0
  opacity_bias: -2.0
  scale_scale: 0.01
  scale_bias: 0.02
  xyz_scale: 0.1
  xyz_bias: 0.0
  depth_scale: 1.0
  depth_bias: 0.0
  network_without_offset: false
  network_with_offset: true
  attention_resolutions:
  - 16
  cross_view_attention: true
  isotropic: false
  base_dim: 128
  num_blocks: 4
logging:
  ckpt_iterations: 1000
  val_log: 10000
  loss_log: 10
  loop_log: 10000
  render_log: 10000