reloc3r-224 / config.json
siyan824's picture
Push model using huggingface_hub.
33df5ee verified
raw
history blame contribute delete
245 Bytes
{
"dec_depth": 12,
"dec_embed_dim": 768,
"dec_num_heads": 12,
"enc_depth": 24,
"enc_embed_dim": 1024,
"enc_num_heads": 16,
"img_size": 224,
"mlp_ratio": 4,
"norm_im2_in_dec": true,
"patch_size": 16,
"pos_embed": "RoPE100"
}