Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/semantic-segmentation
/ get_num_inchannels
Method
get_num_inchannels
network/hrnetv2.py:227–228 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
225
return
nn.ModuleList(fuse_layers)
226
227
def
get_num_inchannels(self):
228
return
self.num_inchannels
229
230
def
forward(self, x):
231
if
self.num_branches == 1:
Callers
1
_make_stage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected