MCPcopy Create free account
hub / github.com/breeze-sys/Label-Only-MIA-Go / __init__

Method __init__

python_server/classifier.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65
66class MemGuard(nn.Module):
67 def __init__(self):
68 super(MemGuard, self).__init__()
69
70 def forward(self, logits):
71 scores = F.softmax(logits, dim=1)#.cpu().numpy()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected