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

Method __call__

models/uda/uda_utils.py:15–16  ·  view source on GitHub ↗
(self, iter)

Source from the content-addressed store, hash-verified

13 return self.value
14
15 def __call__(self, iter):
16 return self.value
17
18
19def TSA(schedule, cur_iter, total_iter, num_classes):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected