We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8efcd7 commit f0c05feCopy full SHA for f0c05fe
keras_cv/layers/preprocessing/posterization.py
@@ -37,7 +37,7 @@ class Posterization(BaseImageAugmentationLayer):
37
bits: integer, the number of bits to keep for each channel. Must be a
38
value between 1-8.
39
40
- Usage:
+ Usage:
41
```python
42
(images, labels), _ = keras.datasets.cifar10.load_data()
43
print(images[0, 0, 0])
@@ -52,7 +52,7 @@ class Posterization(BaseImageAugmentationLayer):
52
dtype.
53
```
54
55
- Call arguments:
+ Call arguments:
56
inputs: input tensor in two possible formats:
57
1. single 3D (HWC) image or 4D (NHWC) batch of images.
58
2. A dict of tensors where the images are under `"images"` key.
0 commit comments