convNet.pytorch
convNet.pytorch copied to clipboard
min/max calculatation and quantize of BN layer
I'm curious about why you use chunk during the calculation of min and max, why not just calculate? And can't we quantize weights and bias of BN?
I am also curious about the reason that the quantizations of weights and bias of BN are commented out.