Skip to content

Commit eeea19d

Browse files
committed
Addressed comments
1 parent 644e9c2 commit eeea19d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

guides/ipynb/keras_hub/classification_with_keras_hub.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"modern approaches still are built of several complex components.\n",
2727
"Luckily, Keras provides APIs to construct commonly used components.\n",
2828
"\n",
29-
"This guide demonstrates Keras' modular approach to solving image\n",
29+
"This guide demonstrates KerasHub's modular approach to solving image\n",
3030
"classification problems at three levels of complexity:\n",
3131
"\n",
3232
"- Inference with a pretrained classifier\n",
@@ -1010,4 +1010,4 @@
10101010
},
10111011
"nbformat": 4,
10121012
"nbformat_minor": 0
1013-
}
1013+
}

guides/keras_hub/classification_with_keras_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
modern approaches still are built of several complex components.
1515
Luckily, Keras provides APIs to construct commonly used components.
1616
17-
This guide demonstrates Keras' modular approach to solving image
17+
This guide demonstrates KerasHub's modular approach to solving image
1818
classification problems at three levels of complexity:
1919
2020
- Inference with a pretrained classifier

guides/md/keras_hub/classification_with_keras_hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While classification is a relatively straightforward computer vision task,
1616
modern approaches still are built of several complex components.
1717
Luckily, Keras provides APIs to construct commonly used components.
1818

19-
This guide demonstrates Keras' modular approach to solving image
19+
This guide demonstrates KerasHub's modular approach to solving image
2020
classification problems at three levels of complexity:
2121

2222
- Inference with a pretrained classifier

0 commit comments

Comments
 (0)