You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
-[Introduction](#introduction)
17
17
-[Installation](#installation)
18
18
-[Quickstart](#quickstart)
19
-
-[Image classification using the model pretrained on ImageNet](#image-classification-using-the-model-pretrained-on-imagenet)
20
-
-[An end-to-end example: fine-tuning an image classification model on a cats vs. dogs dataset](#an-end-to-end-example-fine-tuning-an-image-classification-model-on-a-cats-vs-dogs-dataset)
19
+
-[Image classification with ImageNet weights](#image-classification-using-the-model-pretrained-on-imagenet)
20
+
-[An end-to-end fine-tuning example: cats vs. dogs dataset](#an-end-to-end-example-fine-tuning-an-image-classification-model-on-a-cats-vs-dogs-dataset)
21
21
-[Grad-CAM](#grad-cam)
22
22
-[Model Zoo](#model-zoo)
23
23
-[License](#license)
@@ -27,7 +27,7 @@
27
27
28
28
**K**eras **Im**age **M**odels (`kimm`) is a collection of image models, blocks and layers written in Keras 3. The goal is to offer SOTA models with pretrained weights in a user-friendly manner.
29
29
30
-
KIMM is:
30
+
**KIMM** is:
31
31
32
32
🚀 A model zoo where almost all models come with **pre-trained weights on ImageNet**.
0 commit comments