Skip to content

Commit 0679067

Browse files
improvements
1 parent 9425064 commit 0679067

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guides/int8_quantization_in_keras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Author: [Jyotinder Singh](https://x.com/Jyotinder_Singh)
44
Date created: 2025/10/14
55
Last modified: 2025/10/14
6-
Description: Minimal, end-to-end examples of INT8 post-training quantization in Keras.
6+
Description: Complete guide to using INT8 quantization in Keras and KerasHub
77
Accelerator: GPU
88
"""
99

guides/ipynb/int8_quantization_in_keras.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"**Author:** [Jyotinder Singh](https://x.com/Jyotinder_Singh)<br>\n",
1212
"**Date created:** 2025/10/14<br>\n",
1313
"**Last modified:** 2025/10/14<br>\n",
14-
"**Description:** Minimal, end-to-end examples of INT8 post-training quantization in Keras."
14+
"**Description:** Complete guide to using INT8 quantization in Keras and KerasHub"
1515
]
1616
},
1717
{

guides/md/int8_quantization_in_keras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Author:** [Jyotinder Singh](https://x.com/Jyotinder_Singh)<br>
44
**Date created:** 2025/10/14<br>
55
**Last modified:** 2025/10/14<br>
6-
**Description:** Minimal, end-to-end examples of INT8 post-training quantization in Keras.
6+
**Description:** Complete guide to using INT8 quantization in Keras and KerasHub
77

88

99
<img class="k-inline-icon" src="https://colab.research.google.com/img/colab_favicon.ico"/> [**View in Colab**](https://colab.research.google.com/github/keras-team/keras-io/blob/master/guides/ipynb/int8_quantization_in_keras.ipynb) <span class="k-dot">•</span><img class="k-inline-icon" src="https://github.com/favicon.ico"/> [**GitHub source**](https://github.com/keras-team/keras-io/blob/master/guides/int8_quantization_in_keras.py)

0 commit comments

Comments
 (0)