Initializing Batch Norm Parameters (gamma & beta)

What is the best practice for initializing gamma and beta when using BN?

Why would you want to initialize?

Well, I believe gamma and beta would need to be initialized to some values if you are trying to code BN layer!

Have you seen this link ?