Torch.nn.utils.weight_norm equivalence?

Does BatchNorm work similarly? Or there is no same API in MxNet/Gluon?

BatchNorm is different (see https://arxiv.org/pdf/1602.07868.pdf). AFAIK MXNet there is no MXNet implementation of Weight Normalization.

Thanks for the information.