prasadsachin
commited on
Commit
•
cb873fb
1
Parent(s):
6c7f01d
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
|
|
|
|
|
|
3 |
---
|
4 |
## Model Overview
|
5 |
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.
|
@@ -90,4 +93,4 @@ The following model checkpoints are provided by the Keras team. Weights have bee
|
|
90 |
|
91 |
# User timm presets directly from hugingface
|
92 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/resnet101.a1_in1k')
|
93 |
-
```
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- image-classification
|
6 |
---
|
7 |
## Model Overview
|
8 |
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.
|
|
|
93 |
|
94 |
# User timm presets directly from hugingface
|
95 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/resnet101.a1_in1k')
|
96 |
+
```
|