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
In paper,The weight after each quantization will not be changed in the subsequent retraining and quantization process of expanding the proportion
In code, When the proportion of the last two quantization is 50%, the quantized weight will be put into the second group again in the next proportional partition, which will be propagated back in the retraining.
My understanding is correct?
The text was updated successfully, but these errors were encountered:
In paper,The weight after each quantization will not be changed in the subsequent retraining and quantization process of expanding the proportion
In code, When the proportion of the last two quantization is 50%, the quantized weight will be put into the second group again in the next proportional partition, which will be propagated back in the retraining.
My understanding is correct?
The text was updated successfully, but these errors were encountered: