tags: | |
- image-classification | |
- timm | |
library_name: timm | |
license: apache-2.0 | |
datasets: | |
- cifar10 | |
# Model card for resnet18_cifar10 | |
This model was trained using the timm training script with the `timm/resnet18` architecture. | |
## Model Details | |
- **Dataset:** cifar10 | |
- **base_model:** timm/resnet18 | |
- **training_script:** https://github.com/huggingface/pytorch-image-models/blob/main/train.py | |