How can I check the parameters of Bert model after PTQ?
Closed this issue · 0 comments
hanyxu commented
Hello! I check the parameters of Bert model after PTQ (using model.parameters or model.named_parameters), however, I find those are the same as the model before PTQ. I wonder how can I find the Quantized parameters of single model. Thanks a lot!