(self, iter)
| 11 | return self.value |
| 12 | |
| 13 | def __call__(self, iter): |
| 14 | return self.value |
| 15 | |
| 16 | |
| 17 | def consistency_loss(logits_s, logits_w, name='ce', T=1.0, p_cutoff=0.0, use_hard_labels=True): |
nothing calls this directly
no outgoing calls
no test coverage detected