Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Walter0807/MotionBERT
/ forward
Method
forward
lib/model/drop.py:42–43 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
40
self.drop_prob = drop_prob
41
42
def
forward(self, x):
43
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