Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ forward
Method
forward
model/transformer_utils.py:54–55 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
52
self.drop_prob = drop_prob
53
54
def
forward(self, x):
55
return
drop_path(x, self.drop_prob, self.training)
56
57
58
class
GELU_(nn.Module):
Callers
nothing calls this directly
Calls
1
drop_path
Function · 0.70
Tested by
no test coverage detected