MCPcopy Create free account
hub / github.com/ZHKKKe/MODNet / __init__

Method __init__

src/models/backbones/wrapper.py:14–19  ·  view source on GitHub ↗
(self, in_channels)

Source from the content-addressed store, hash-verified

12 """
13
14 def __init__(self, in_channels):
15 super(BaseBackbone, self).__init__()
16 self.in_channels = in_channels
17
18 self.model = None
19 self.enc_channels = []
20
21 def forward(self, x):
22 raise NotImplementedError

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected