| { | |
| "model_type": "mobilenet_v2_custom", | |
| "num_classes": 2, | |
| "id2label": { | |
| "0": "abaya", | |
| "1": "thobe" | |
| }, | |
| "label2id": { | |
| "abaya": 0, | |
| "thobe": 1 | |
| }, | |
| "classifier_hidden": 128, | |
| "input_size": [ | |
| 3, | |
| 224, | |
| 224 | |
| ], | |
| "normalization_mean": [ | |
| 0.485, | |
| 0.456, | |
| 0.406 | |
| ], | |
| "normalization_std": [ | |
| 0.229, | |
| 0.224, | |
| 0.225 | |
| ] | |
| } |