MCPcopy Create free account
hub / github.com/Sirwenhao/Deep-Learning-Notes / LayerNormalization.py

File LayerNormalization.py

NLP/Transformer/LayerNormalization.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import torch
2import torch.nn as nn
3
4class LayerNormalization(nn.Module):

Callers

nothing calls this directly

Calls 1

LayerNormalizationClass · 0.85

Tested by

no test coverage detected