Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CSAILVision/gandissect
/ __init__
Method
__init__
netdissect/upsegmodel/models.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
12
class
SegmentationModuleBase(nn.Module):
13
def
__init__(self):
14
super(SegmentationModuleBase, self).__init__()
15
16
@staticmethod
17
def
pixel_acc(pred, label, ignore_index=-1):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected