File size: 323 Bytes
66a2b45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "_target": "hsigene.HSIGeneAutoencoderKL",
  "in_channels": 48,
  "out_channels": 48,
  "latent_channels": 96,
  "embed_dim": 4,
  "block_out_channels": [
    64,
    128,
    256
  ],
  "num_res_blocks": 4,
  "attn_resolutions": [
    16,
    32,
    64
  ],
  "dropout": 0.0,
  "double_z": true,
  "resolution": 256
}