Stanislaw Szymanowicz commited on
Commit
595d8bd
1 Parent(s): e10da38

Remove model from git

Browse files
model_file/objaverse/.hydra/config.yaml DELETED
@@ -1,66 +0,0 @@
1
- wandb:
2
- project: gs_pred
3
- cam_embd:
4
- embedding: null
5
- encode_embedding: null
6
- dimension: 0
7
- method: null
8
- general:
9
- device: 0
10
- random_seed: 0
11
- num_devices: 2
12
- mixed_precision: true
13
- data:
14
- training_resolution: 128
15
- fov: 49.134342641202636
16
- subset: -1
17
- input_images: 1
18
- znear: 0.8
19
- zfar: 3.2
20
- category: objaverse
21
- white_background: true
22
- origin_distances: false
23
- opt:
24
- iterations: 50001
25
- base_lr: 6.34584421e-05
26
- batch_size: 16
27
- betas:
28
- - 0.9
29
- - 0.999
30
- loss: l2
31
- imgs_per_obj: 4
32
- ema:
33
- use: true
34
- update_every: 10
35
- update_after_step: 100
36
- beta: 0.9999
37
- lambda_lpips: 0.33814373
38
- start_lpips_after: 0
39
- step_lr_at: -1
40
- model:
41
- max_sh_degree: 1
42
- inverted_x: false
43
- inverted_y: true
44
- name: SingleUNet
45
- opacity_scale: 1.0
46
- opacity_bias: -2.0
47
- scale_scale: 0.01
48
- scale_bias: 0.02
49
- xyz_scale: 0.1
50
- xyz_bias: 0.0
51
- depth_scale: 1.0
52
- depth_bias: 0.0
53
- network_without_offset: false
54
- network_with_offset: true
55
- attention_resolutions:
56
- - 16
57
- cross_view_attention: true
58
- isotropic: false
59
- base_dim: 128
60
- num_blocks: 4
61
- logging:
62
- ckpt_iterations: 1000
63
- val_log: 10000
64
- loss_log: 10
65
- loop_log: 10000
66
- render_log: 10000