Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ library_name: keras-hub
|
|
3 |
tags:
|
4 |
- image-segmentation
|
5 |
---
|
6 |
-
|
7 |
A Keras model implementing the MixTransformer architecture to be used as a backbone for the SegFormer architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
8 |
|
9 |
References:
|
@@ -94,4 +94,4 @@ model.compile(
|
|
94 |
metrics=["accuracy"],
|
95 |
)
|
96 |
model.fit(images, labels, epochs=3)
|
97 |
-
```
|
|
|
3 |
tags:
|
4 |
- image-segmentation
|
5 |
---
|
6 |
+
### Model Overview
|
7 |
A Keras model implementing the MixTransformer architecture to be used as a backbone for the SegFormer architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
8 |
|
9 |
References:
|
|
|
94 |
metrics=["accuracy"],
|
95 |
)
|
96 |
model.fit(images, labels, epochs=3)
|
97 |
+
```
|