MCPcopy Create free account
hub / github.com/amazon-science/mm-cot / get_num_inchannels

Method get_num_inchannels

timm/models/hrnet.py:478–479  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

476 return nn.ModuleList(fuse_layers)
477
478 def get_num_inchannels(self):
479 return self.num_inchannels
480
481 def forward(self, x: List[torch.Tensor]):
482 if self.num_branches == 1:

Callers 1

_make_stageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected