MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / forward

Method forward

network/mscale2.py:158–162  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

156 'attn_10x': logit_attn}
157
158 def forward(self, inputs):
159 if cfg.MODEL.N_SCALES and not self.training:
160 return self.nscale_forward(inputs, cfg.MODEL.N_SCALES)
161
162 return self.two_scale_forward(inputs)
163
164
165class MscaleV3Plus(MscaleBase):

Callers

nothing calls this directly

Calls 2

nscale_forwardMethod · 0.95
two_scale_forwardMethod · 0.95

Tested by

no test coverage detected