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

Method __init__

network/mscale2.py:48–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 Multi-scale attention segmentation model base class
47 """
48 def __init__(self):
49 super(MscaleBase, self).__init__()
50 self.criterion = None
51
52 def _fwd(self, x):
53 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected