Instructions to use edadaltocg/resnet18_cifar100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use edadaltocg/resnet18_cifar100 with timm:
import timm model = timm.create_model("hf_hub:edadaltocg/resnet18_cifar100", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Commit ·
d64406e
1
Parent(s): 69f0fe4
Update model
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"first_conv": "conv1",
|
| 30 |
"classifier": "fc"
|
| 31 |
},
|
| 32 |
-
"url": "https://huggingface.co/edadaltocg/resnet18_cifar100/
|
| 33 |
"input_size": [
|
| 34 |
3,
|
| 35 |
32,
|
|
|
|
| 29 |
"first_conv": "conv1",
|
| 30 |
"classifier": "fc"
|
| 31 |
},
|
| 32 |
+
"url": "https://huggingface.co/edadaltocg/resnet18_cifar100/resolve/main/pytorch_model.bin",
|
| 33 |
"input_size": [
|
| 34 |
3,
|
| 35 |
32,
|