prasadsachin
commited on
Commit
•
29b6e15
1
Parent(s):
3fd3d96
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
|
|
|
|
|
|
3 |
---
|
4 |
## Model Overview
|
5 |
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.
|
@@ -92,4 +95,4 @@ model.compile(
|
|
92 |
metrics=["accuracy"],
|
93 |
)
|
94 |
model.fit(images, labels, epochs=3)
|
95 |
-
```
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
+
tags:
|
4 |
+
- image-segmentation
|
5 |
+
- keras
|
6 |
---
|
7 |
## Model Overview
|
8 |
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.
|
|
|
95 |
metrics=["accuracy"],
|
96 |
)
|
97 |
model.fit(images, labels, epochs=3)
|
98 |
+
```
|