NAFNet icon indicating copy to clipboard operation
NAFNet copied to clipboard

Layer Normalization from pytorch

Open edmBernard opened this issue 1 year ago • 0 comments

I see that you implement yourself the layer normalization instead of using the LayerNorm available in Pytorch https://pytorch.org/docs/stable/generated/torch.nn.LayerNorm.html

Is there a reason to not use the one from Pytorch ?

Thanks

edmBernard avatar Jun 05 '24 12:06 edmBernard