MoEGViT-svhn / config.json
codewithdark's picture
Rename config (3).json to config.json
18ed14c verified
raw
history blame
301 Bytes
{
"architectures": [
"MoEGViT"
],
"depth": 6,
"drop_rate": 0.0,
"embed_dim": 192,
"expansion": 2.0,
"img_size": 32,
"in_chans": 3,
"model_type": "moegvit",
"num_classes": 10,
"num_heads": 6,
"patch_size": 4,
"torch_dtype": "float32",
"transformers_version": "4.52.4"
}