MCPcopy Create free account
hub / github.com/Kitware/COAT / forward

Method forward

models/resnet.py:27–30  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

25 self.out_channels = 1024
26
27 def forward(self, x):
28 # using the forward method from nn.Sequential
29 feat = super(Backbone, self).forward(x)
30 return OrderedDict([["feat_res4", feat]])
31
32
33class Res5Head(nn.Sequential):

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected