MCPcopy Create free account
hub / github.com/HiLab-git/ACELoss / __init__

Method __init__

aceloss.py:237–241  ·  view source on GitHub ↗
(self, miu=1.0, classes=3)

Source from the content-addressed store, hash-verified

235 """
236
237 def __init__(self, miu=1.0, classes=3):
238 super(ACLoss3DV2, self).__init__()
239
240 self.miu = miu
241 self.classes = classes
242
243 def forward(self, predication, label):
244 min_pool_x = nn.functional.max_pool3d(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected