MCPcopy Create free account
hub / github.com/Mattdl/ContinualPrototypeEvolution / forward

Method forward

model/common.py:39–40  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

37 self.net.apply(Xavier)
38
39 def forward(self, x):
40 return self.net(x)
41
42
43def conv3x3(in_planes, out_planes, stride=1):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected