File size: 222 Bytes
393d3de
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
_target_: models.encoder.multiview_stack.MultiviewStack

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

output_dim: 512