Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/karpathy/autoresearch
/ norm
Function
norm
train.py:43–44 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
41
42
43
def
norm(x):
44
return
F.rms_norm(x, (x.size(-1),))
45
46
47
def
has_ve(layer_idx, n_layer):
Callers
3
forward
Method · 0.85
forward
Method · 0.85
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected