MCPcopy Create free account
hub / github.com/10Ring/LAA-Net / get_num_inchannels

Method get_num_inchannels

models/networks/pose_hrnet.py:233–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 return nn.ModuleList(fuse_layers)
232
233 def get_num_inchannels(self):
234 return self.num_inchannels
235
236 def forward(self, x):
237 if self.num_branches == 1:

Callers 1

_make_stageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected