| { | |
| "model_type": "alexnet", | |
| "architectures": [ | |
| "AlexNet" | |
| ], | |
| "num_classes": 11, | |
| "pretraining": "objectbased", | |
| "pretraining_dataset": "ImageNet", | |
| "task": "AffectNet 11-way emotion classification", | |
| "input_size": [ | |
| 3, | |
| 224, | |
| 224 | |
| ], | |
| "description": "Standard AlexNet pretrained on ImageNet, fine-tuned on AffectNet (11 emotions). Used as baseline for object-based feature extraction comparison." | |
| } |