Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/semantic-segmentation
/ __init__
Method
__init__
network/mscale.py:45–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
Multi-scale attention segmentation model base
class
44
""
"
45
def
__init__(self):
46
super(MscaleBase, self).__init__()
47
self.criterion = None
48
self.fuse_aspp = False
49
50
def
_fwd(self, x, aspp_in=None):
51
pass
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected