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

Method __init__

aceloss.py:270–274  ·  view source on GitHub ↗
(self, alpha=1e-3, beta=1.0, miu=1, classes=3)

Source from the content-addressed store, hash-verified

268 """
269
270 def __init__(self, alpha=1e-3, beta=1.0, miu=1, classes=3):
271 super(ACELoss3D, self).__init__()
272 self.alpha = alpha
273 self.beta = beta
274 self.miu = miu
275
276 def first_derivative(self, input):
277 u = input

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected