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 23fba61 commit a5c6141Copy full SHA for a5c6141
guides/md/quantization/overview.md
@@ -118,7 +118,7 @@ input_shape = (10,)
118
layer = layers.Dense(32, activation="relu", input_shape=input_shape)
119
layer.build(input_shape)
120
121
-layer.quantize("int4") # or "int8", "float8", etc.
+layer.quantize("int4") # Or "int8", "float8", etc.
122
```
123
124
### When to use layer-wise quantization
0 commit comments