MCPcopy Create free account
hub / github.com/ChristianInterno/ReStraV / forward

Method forward

train.py:103–104  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

101 nn.Linear(h2, 1)
102 )
103 def forward(self, x):
104 return self.net(x)
105
106model = MLP().to(device)
107criterion = nn.BCEWithLogitsLoss()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected