Closed unipdjahanifar closed 1 year ago
Thanks a lot. based on the shred codes, could you please let me know whether this statement is correct: "in batch normalization layer the output is the product of input array element (np.prod) to compute the number of macc?"
Basically yes, at inference stage the transform is (x - m) / s
Thanks a lot. Could you please let me know whether is there any formula for the backward? your kind support in this regard will be appreciated.
All the formulas related to BN can be fount in the original paper: https://arxiv.org/pdf/1502.03167.pdf
Hello Could you please let me know the formula that is behind the calculation of number of macs for batch normalization?