Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/UniFormerV2
/ forward
Method
forward
slowfast/models/common.py:69–70 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
67
self.drop_prob = drop_prob
68
69
def
forward(self, x):
70
return
drop_path(x, self.drop_prob, self.training)
Callers
nothing calls this directly
Calls
1
drop_path
Function · 0.85
Tested by
no test coverage detected