MCPcopy Create free account
hub / github.com/Chain123/Meta-HAR / __init__

Method __init__

utils.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74class pairwiseloss(torch.nn.Module):
75 def __init__(self):
76 super(pairwiseloss, self).__init__()
77
78 def forward(self, embed, target, chunck_size, Expand=10):
79 Expand = np.float64(Expand * 1.0)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected