File size: 346 Bytes
393d3de
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_target_: models.encoder.multiview_stack.MultiviewStack

encoders:
  - _target_: torch.load
    f: SNAPSHOT_PATH  # set the path to the encoder snapshot here
  - _target_: torch.load
    f: SNAPSHOT_PATH  # set the path to the encoder snapshot here
normalizations:
  - - [0, 0, 0]
    - [1, 1, 1]
  - - [0, 0, 0]
    - [1, 1, 1]

output_dim: 512