File size: 431 Bytes
86da9f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# ResNet-50 ImageNet Classifier
This model is a ResNet-50 trained on ImageNet dataset.
## Model description
- **Model type:** ResNet-50
- **Training Data:** ImageNet
- **Framework:** PyTorch
- **License:** MIT
## Training procedure
- **Training type:** Image Classification
- **Optimizer:** SGD
- **Learning rate:** 0.1
- **Batch size:** 256
- **Number of epochs:** 90
## Metrics
- Top-1 Accuracy: XX%
- Top-5 Accuracy: XX%
|