File size: 306 Bytes
351518c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"model_type": "genconvit",
"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
} |