MCPcopy Create free account
hub / github.com/drinkingcoder/NeuralMarker / forward

Method forward

core/update.py:13–14  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

11 self.relu = nn.ReLU(inplace=True)
12
13 def forward(self, x):
14 return self.conv2(self.relu(self.conv1(x)))
15
16class FlowHead_cnn(nn.Module):
17 def __init__(self, input_dim=128, hidden_dim=256):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected