Skip to content

Commit

Permalink
Fix rendering issue. (#2375)
Browse files Browse the repository at this point in the history
* Fix rendering issue.

* Fix rendering issue
  • Loading branch information
sachinprasadhs authored Mar 13, 2024
1 parent c8efcd7 commit f0c05fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras_cv/layers/preprocessing/posterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Posterization(BaseImageAugmentationLayer):
bits: integer, the number of bits to keep for each channel. Must be a
value between 1-8.
Usage:
Usage:
```python
(images, labels), _ = keras.datasets.cifar10.load_data()
print(images[0, 0, 0])
Expand All @@ -52,7 +52,7 @@ class Posterization(BaseImageAugmentationLayer):
dtype.
```
Call arguments:
Call arguments:
inputs: input tensor in two possible formats:
1. single 3D (HWC) image or 4D (NHWC) batch of images.
2. A dict of tensors where the images are under `"images"` key.
Expand Down

0 comments on commit f0c05fe

Please sign in to comment.