We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdedf90 commit 34d97c5Copy full SHA for 34d97c5
python/paddle/nn/quant/quant_layers.py
@@ -67,7 +67,7 @@ def __init__(self,
67
if quant_on_weight:
68
scale_attr = ParamAttr(
69
name=self._scale_name,
70
- initializer=Constant(0.0),
+ initializer=Constant(0.001),
71
trainable=False)
72
self._scale = self.create_parameter(
73
shape=[1], attr=scale_attr, dtype=self._dtype)
0 commit comments