MCPcopy 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
48class Mlp(nn.Module):

Callers

nothing calls this directly

Calls 1

drop_pathFunction · 0.85

Tested by

no test coverage detected