MCPcopy Create free account
hub / github.com/HYUNJS/SGT / forward

Method forward

projects/SGT/sgt/meta_arch/graph_net.py:123–124  ·  view source on GitHub ↗
(self, edge_attr)

Source from the content-addressed store, hash-verified

121 self.mlp = nn.Sequential(*layers)
122
123 def forward(self, edge_attr):
124 return self.mlp(edge_attr)
125
126class EdgeUpdateNet(nn.Module):
127 def __init__(self, cfg, edge_model_in_dim):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected