prasadsachin
commited on
Commit
•
7846fb6
1
Parent(s):
90cb12b
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ license: bsd-3-clause
|
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- keras
|
|
|
7 |
---
|
8 |
## Model Overview
|
9 |
DenseNet is a convolution network which densely connects each layer to every other layer in a feed-forward fashion. The model was originally evaluated on four object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). See the model card below for benchmarks, data sources, and intended use cases. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
|
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- keras
|
7 |
+
pipeline_tag: image-classification
|
8 |
---
|
9 |
## Model Overview
|
10 |
DenseNet is a convolution network which densely connects each layer to every other layer in a feed-forward fashion. The model was originally evaluated on four object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). See the model card below for benchmarks, data sources, and intended use cases. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|