Divyasreepat
commited on
Commit
•
f34253a
1
Parent(s):
819402c
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
---
|
4 |
-
|
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.
|
6 |
|
7 |
**Reference**
|
@@ -41,7 +41,7 @@ The following model checkpoints are provided by the Keras team. Weights have bee
|
|
41 |
| resnet_101_imagenet | 42.61M | 101-layer ResNet model pre-trained on the ImageNet 1k dataset at a 224x224 resolution |
|
42 |
| resnet_152_imagenet | 58.30M | 52-layer ResNet model pre-trained on the ImageNet 1k dataset at a 224x224 resolution |
|
43 |
|
44 |
-
|
45 |
```python
|
46 |
# Pretrained ResNet backbone.
|
47 |
model = keras_hub.models.ResNetBackbone.from_preset("resnet_18_imagenet")
|
|
|
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.
|
6 |
|
7 |
**Reference**
|
|
|
41 |
| resnet_101_imagenet | 42.61M | 101-layer ResNet model pre-trained on the ImageNet 1k dataset at a 224x224 resolution |
|
42 |
| resnet_152_imagenet | 58.30M | 52-layer ResNet model pre-trained on the ImageNet 1k dataset at a 224x224 resolution |
|
43 |
|
44 |
+
## Example Usage
|
45 |
```python
|
46 |
# Pretrained ResNet backbone.
|
47 |
model = keras_hub.models.ResNetBackbone.from_preset("resnet_18_imagenet")
|