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
Can you please point to the part where the linear quantization is used? Thanks. I can't find it in linear quantize environment.
self.quantizable_layer_types = [QConv2d, QLinear] might be [nn.Conv2d, nn.Linear]?
The text was updated successfully, but these errors were encountered:
Can you please point to the part where the linear quantization is used? Thanks. I can't find it in linear quantize environment.
self.quantizable_layer_types = [QConv2d, QLinear] might be [nn.Conv2d, nn.Linear]?
The text was updated successfully, but these errors were encountered: