GenConViT / Config.json
Thanuja2109's picture
Upload Config.json
522e492 verified
raw
history blame
292 Bytes
{
"model": {
"backbone": "convnext_tiny",
"embedder": "swin_tiny_patch4_window7_224",
"latent_dims": 12544
},
"batch_size": 32,
"epoch": 1,
"learning_rate": 0.0001,
"weight_decay": 0.0001,
"num_classes": 2,
"img_size": 224,
"min_val_loss": 10000
}