You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow_model_optimization/python/core/quantization/keras/default_8bit/default_8bit_quantize_registry.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,9 @@ class Default8BitQuantizeRegistry(
116
116
_no_quantize(layers.ZeroPadding1D),
117
117
_no_quantize(layers.ZeroPadding2D),
118
118
# _no_quantize(layers.ZeroPadding3D),
119
-
# Enable once verified.
120
-
# layers.SeparableConv1D,
121
-
# layers.SeparableConv2D,
119
+
120
+
# Supported via modifications in Transforms.
121
+
# layers.SeparableConv1D, layers.SeparableConv2D,
122
122
123
123
# Core Layers
124
124
_no_quantize(layers.ActivityRegularization),
@@ -156,7 +156,7 @@ class Default8BitQuantizeRegistry(
156
156
# layers.Embedding: ['embeddings'],
157
157
158
158
# BatchNormalization is handled elsewhere, in the cases
159
-
# where it's preceded by convolutional layers or a Dense layer.
0 commit comments