Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
torch
2
import
torch.nn
as
nn
3
4
class
LayerNormalization(nn.Module):
Callers
nothing calls this directly
Calls
1
LayerNormalization
Class · 0.85
Tested by
no test coverage detected