maskgit-vqvae-256 / config.json
surprisal's picture
initial commit
27e7468
raw
history blame contribute delete
397 Bytes
{
"_class_name": "MaskGitVQGAN",
"_version": "0.0.1",
"attn_resolutions": [
16
],
"channel_mult": [
1,
1,
2,
2,
4
],
"commitment_cost": 0.25,
"dropout": 0.0,
"hidden_channels": 128,
"num_channels": 3,
"num_embeddings": 1024,
"num_res_blocks": 2,
"quantized_embed_dim": 256,
"resample_with_conv": true,
"resolution": 256,
"z_channels": 256
}