MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / __call__

Method __call__

models/flexmatch/flexmatch_utils.py:16–17  ·  view source on GitHub ↗
(self, iter)

Source from the content-addressed store, hash-verified

14 return self.value
15
16 def __call__(self, iter):
17 return self.value
18
19
20def consistency_loss(logits_s, logits_w, class_acc, p_target, p_model, name='ce',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected