Skip to content

Commit f0c05fe

Browse files
Fix rendering issue. (#2375)
* Fix rendering issue. * Fix rendering issue
1 parent c8efcd7 commit f0c05fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras_cv/layers/preprocessing/posterization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Posterization(BaseImageAugmentationLayer):
3737
bits: integer, the number of bits to keep for each channel. Must be a
3838
value between 1-8.
3939
40-
Usage:
40+
Usage:
4141
```python
4242
(images, labels), _ = keras.datasets.cifar10.load_data()
4343
print(images[0, 0, 0])
@@ -52,7 +52,7 @@ class Posterization(BaseImageAugmentationLayer):
5252
dtype.
5353
```
5454
55-
Call arguments:
55+
Call arguments:
5656
inputs: input tensor in two possible formats:
5757
1. single 3D (HWC) image or 4D (NHWC) batch of images.
5858
2. A dict of tensors where the images are under `"images"` key.

0 commit comments

Comments
 (0)