Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Standard-Intelligence/hertz-dev
/ forward
Method
forward
transformer.py:319–320 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
317
nn.init.trunc_normal_(self.output.weight, std=std, a=-3 * std, b=3 * std)
318
319
def
forward(self, x):
320
return
self.output(self.norm(x))
321
322
@si_module
323
class
Stack(nn.Module):
Callers
nothing calls this directly
Calls
1
output
Method · 0.80
Tested by
no test coverage detected