MCPcopy Create free account
hub / github.com/InternRobotics/P3Former / forward

Method forward

p3former/decode_heads/p3former_head.py:181–184  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

179 nn.Linear(channels[-2], channels[-1]))
180
181 def forward(self, input):
182 for layer in self.mlp:
183 input = layer(input)
184 return input
185
186@MODELS.register_module()
187class _P3FormerHead(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected