cvt-gravit-a1 / config.json
parlange's picture
Upload CvT model from experiment a1
c8e7a58 verified
{
"architecture": "cvt_13_224",
"num_classes": 2,
"num_features": 1000,
"global_pool": "avg",
"crop_pct": 0.875,
"interpolation": "bicubic",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"first_conv": "conv1",
"classifier": "fc",
"input_size": [
3,
224,
224
],
"pool_size": [
7,
7
],
"pretrained_cfg": {
"tag": "gravit_a1",
"custom_load": false,
"input_size": [
3,
224,
224
],
"fixed_input_size": true,
"interpolation": "bicubic",
"crop_pct": 0.875,
"crop_mode": "center",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"num_classes": 2,
"pool_size": [
7,
7
],
"first_conv": "conv1",
"classifier": "fc"
},
"model_name": "cvt_gravit_a1",
"experiment": "a1",
"training_strategy": "classification-head",
"dataset": "C21",
"hyperparameters": {
"batch_size": "192",
"learning_rate": "AdamW with ReduceLROnPlateau",
"epochs": "100",
"patience": "10",
"optimizer": "AdamW",
"scheduler": "ReduceLROnPlateau",
"image_size": "224x224",
"fine_tune_mode": "classification_head",
"stochastic_depth_probability": "0.1"
},
"hf_hub_id": "parlange/cvt-gravit-a1",
"license": "apache-2.0"
}