Hi,
I printed the unique values of weights tensor and bias from PACT Conv2d to understand the working and it appears as if the bias values are not quantized. Also what if the bias values are in BatchNorm layer ( as it is common in many PyTorch models), instead of Conv layer then how are those bias values used in PACT BatchNorm ?