siahuat0727

Results 14 comments of siahuat0727

@sharpstill Hi, if I understand correctly, I already freeze it here. https://github.com/siahuat0727/RePr/blob/b0f46f496b0f98d082a386e1bdf71ec0a5d6f40b/main.py#L68-L73

Hi, I didn't freeze all of them, `mask[name]` is the indices of pruned filters. https://github.com/siahuat0727/RePr/blob/b0f46f496b0f98d082a386e1bdf71ec0a5d6f40b/main.py#L161-L166 I think the only difference is the bias term but I don't think that's the...

Thanks. Look forward to your experiment.

I came here with the same question and finally got it. The key point why there is no explicitly computing s^-1 * x is at line 334-336 https://github.com/casper-hansen/AutoAWQ/blob/c53cc7e8cf65747bab526a3c9e9ee37e580b8c39/awq/quantize/quantizer.py#L331-L336 wo-quant: `Q(W)...