Jimes
Results
2
comments of
Jimes
> use original model with strict=False I mean it is different with the official interface about the Quantization Aware Training(https://pytorch.org/docs/stable/quantization.html),I don't know how to get the int8 model from the...
> not sure what int8 model means. > > anyway, i use this method. at model init part, > > during training self.conv1 = lsqconv(~~) > > during inferencing self.conv1...