MCPcopy Create free account
hub / github.com/drinkingcoder/FlowFormer-Official / forward

Method forward

core/FlowFormer/common.py:331–333  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

329 nn.Dropout(dropout)
330 )
331 def forward(self, x):
332 x = self.net(x)
333 return x
334
335class MLP(nn.Module):
336 def __init__(self, in_dim=22, out_dim=1, innter_dim=96, depth=5):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected