Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TPCD/DCCL
/ forward
Method
forward
model/vision_transformer.py:44–45 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
42
self.drop_prob = drop_prob
43
44
def
forward(self, x):
45
return
drop_path(x, self.drop_prob, self.training)
46
47
48
class
Mlp(nn.Module):
Callers
nothing calls this directly
Calls
1
drop_path
Function · 0.85
Tested by
no test coverage detected