Update config.json
Browse files- config.json +0 -8
config.json
CHANGED
|
@@ -9,26 +9,18 @@
|
|
| 9 |
4,
|
| 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": 178000,
|
| 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 |
}
|
|
|
|
| 9 |
4,
|
| 10 |
6
|
| 11 |
],
|
|
|
|
|
|
|
| 12 |
"decoder_channel_mult": null,
|
| 13 |
"decoder_hidden_channels": null,
|
| 14 |
"decoder_res_blocks": null,
|
| 15 |
"dropout": 0.0,
|
| 16 |
"extra_mid_res_blocks": null,
|
| 17 |
"hidden_channels": 128,
|
|
|
|
|
|
|
| 18 |
"no_attn_mid_block": true,
|
| 19 |
"num_channels": 3,
|
| 20 |
"num_embeddings": 8192,
|
| 21 |
"num_res_blocks": 2,
|
|
|
|
|
|
|
| 22 |
"quantized_embed_dim": 64,
|
| 23 |
"resample_with_conv": true,
|
| 24 |
"resolution": 256,
|
|
|
|
|
|
|
| 25 |
"z_channels": 64
|
| 26 |
}
|