Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert committed Mar 24, 2023
1 parent bdc3bae commit 1dded0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/quant/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class WeightNormPerChannelFloatDecoupled(
The default quantizer uses the decoupled rescaling integer quantization arithmetic
where the weight normalization calculation and parameterization are combined with the
scaling factor to become the pre-clipping scaling factor (i.e., `pre_scale`) and the
scaling factor is the post-clipping scaling factor (i.e., `post_scale`). for further
scaling factor is the post-clipping scaling factor (i.e., `post_scale`). For further
details on the arithmetic, see `ParameterPreScalingWeightNorm`. For further details
on the weight normalization-based quantization technique, see the referenced paper."""

Expand Down

0 comments on commit 1dded0f

Please sign in to comment.