Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert committed Mar 24, 2023
1 parent 1dded0f commit edbf453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brevitas/quant/fixed_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ class Int4WeightPerTensorFixedPointDecoupled(WeightPerTensorFloatDecoupledL2Para
class Int8WeightNormL2PerChannelFixedPoint(WeightNormPerChannelFloatDecoupled):
"""
Experimental 8-bit narrow signed integer quantizer with learned per-channel scaling factors
and L2 weight normalization based on `Quantized Neural Networks for Low-Precision Accumulation
with Guaranteed Overflow Avoidance` by I. Colbert, A. Pappalardo, and J. Petri-Koenig
and L2 weight normalization based on `Quantized Neural Networks for Low-Precision Accumulation
with Guaranteed Overflow Avoidance` by I. Colbert, A. Pappalardo, and J. Petri-Koenig
(https://arxiv.org/abs/2301.13376). The quantizer learns scaling factors in the float domain and
learns vector parameter g in the log domain with the half-way rounding function. Suitable for
retraining from floating-point depthwise separable weights.
Expand Down

0 comments on commit edbf453

Please sign in to comment.