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

Method __call__

models/fixmatch/fixmatch_utils.py:13–14  ·  view source on GitHub ↗
(self, iter)

Source from the content-addressed store, hash-verified

11 return self.value
12
13 def __call__(self, iter):
14 return self.value
15
16
17def consistency_loss(logits_s, logits_w, name='ce', T=1.0, p_cutoff=0.0, use_hard_labels=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected