valhalla commited on
Commit
4ff1687
1 Parent(s): 47efc1d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -11
config.json CHANGED
@@ -10,25 +10,14 @@
10
  6
11
  ],
12
  "commitment_cost": 0.25,
13
- "decay": 0.9999,
14
- "decoder_channel_mult": null,
15
- "decoder_hidden_channels": null,
16
- "decoder_res_blocks": null,
17
  "dropout": 0.0,
18
- "extra_mid_res_blocks": null,
19
  "hidden_channels": 128,
20
- "inv_gamma": 1.0,
21
- "min_decay": 0.0,
22
  "no_attn_mid_block": true,
23
  "num_channels": 3,
24
  "num_embeddings": 8192,
25
  "num_res_blocks": 2,
26
- "optimization_step": 600000,
27
- "power": 0.6666666666666666,
28
  "quantized_embed_dim": 64,
29
  "resample_with_conv": true,
30
  "resolution": 256,
31
- "update_after_step": 0,
32
- "use_ema_warmup": false,
33
  "z_channels": 64
34
  }
 
10
  6
11
  ],
12
  "commitment_cost": 0.25,
 
 
 
 
13
  "dropout": 0.0,
 
14
  "hidden_channels": 128,
 
 
15
  "no_attn_mid_block": true,
16
  "num_channels": 3,
17
  "num_embeddings": 8192,
18
  "num_res_blocks": 2,
 
 
19
  "quantized_embed_dim": 64,
20
  "resample_with_conv": true,
21
  "resolution": 256,
 
 
22
  "z_channels": 64
23
  }