Calculates diarization error stats for reporting. Args: pred (torch.FloatTensor): (T,C)-shaped pre-activation values label (torch.FloatTensor): (T,C)-shaped labels in {0,1} label_delay: if label_delay == 5: pred: 0 1 2 3 4 | 5 6 ... 99 100 | label: x
(pred, label, label_delay=0)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected