JJukE commited on
Commit
ae2ddb2
·
verified ·
1 Parent(s): 3ff33a1

Organized lines

Browse files
Files changed (1) hide show
  1. config.json +19 -1
config.json CHANGED
@@ -1 +1,19 @@
1
- {"aeconfig": {"z_channels": 4, "resolution": 128, "in_channels": 96, "out_ch": 96, "ch": 256, "ch_mult": [4, 4, 2, 1], "res_updown_level": [4], "num_res_blocks": 2, "dropout": 0.1}, "embed_dim": 4, "latent_scale_factor": null, "kl_weight": 1e-06, "geom_weight": 1.0, "recon_loss_type": "l2", "device": "cuda"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aeconfig": {
3
+ "z_channels": 4,
4
+ "resolution": 128,
5
+ "in_channels": 96,
6
+ "out_ch": 96,
7
+ "ch": 256,
8
+ "ch_mult": [4, 4, 2, 1],
9
+ "res_updown_level": [4],
10
+ "num_res_blocks": 2,
11
+ "dropout": 0.1
12
+ },
13
+ "embed_dim": 4,
14
+ "latent_scale_factor": null,
15
+ "kl_weight": 1e-06,
16
+ "geom_weight": 1.0,
17
+ "recon_loss_type": "l2",
18
+ "device": "cuda"
19
+ }