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 ·
57d6540
1
Parent(s): 0138489
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -34,6 +34,7 @@ This model is a small resnet18 trained on cifar100. It achieves the following re
|
|
| 34 |
Use the code below to get started with the model.
|
| 35 |
|
| 36 |
```python
|
|
|
|
| 37 |
import timm
|
| 38 |
model = timm.create_model("resnet18_cifar100", pretrained=True)
|
| 39 |
```
|
|
@@ -54,12 +55,6 @@ Training data is cifar100.
|
|
| 54 |
|
| 55 |
Testing data is cifar100.
|
| 56 |
|
| 57 |
-
### Metrics
|
| 58 |
-
|
| 59 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 60 |
-
|
| 61 |
-
Accuracy
|
| 62 |
-
|
| 63 |
## Results
|
| 64 |
|
| 65 |
Accuracy is 0.7843.
|
|
|
|
| 34 |
Use the code below to get started with the model.
|
| 35 |
|
| 36 |
```python
|
| 37 |
+
import detectors
|
| 38 |
import timm
|
| 39 |
model = timm.create_model("resnet18_cifar100", pretrained=True)
|
| 40 |
```
|
|
|
|
| 55 |
|
| 56 |
Testing data is cifar100.
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Results
|
| 59 |
|
| 60 |
Accuracy is 0.7843.
|