MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / forward

Method forward

detection/backbone/vit_SelfPatch.py:45–46  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

43 self.drop_prob = drop_prob
44
45 def forward(self, x):
46 return drop_path(x, self.drop_prob, self.training)
47
48
49class Mlp(nn.Module):

Callers

nothing calls this directly

Calls 1

drop_pathFunction · 0.70

Tested by

no test coverage detected