Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
- image-classification
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
---
|
| 8 |
-
|
| 9 |
Instantiates the ResNet architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
| 10 |
|
| 11 |
**Reference**
|
|
@@ -94,4 +94,4 @@ The following model checkpoints are provided by the Keras team. Weights have bee
|
|
| 94 |
|
| 95 |
# User timm presets directly from hugingface
|
| 96 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/resnet101.a1_in1k')
|
| 97 |
-
```
|
|
|
|
| 5 |
- image-classification
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
---
|
| 8 |
+
### Model Overview
|
| 9 |
Instantiates the ResNet architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
| 10 |
|
| 11 |
**Reference**
|
|
|
|
| 94 |
|
| 95 |
# User timm presets directly from hugingface
|
| 96 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/resnet101.a1_in1k')
|
| 97 |
+
```
|