Skip to content

Commit

Permalink
Update nemo/collections/asr/models/msdd_models.py
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Naren <[email protected]>
  • Loading branch information
SeanNaren authored Feb 15, 2023
1 parent 49b7bc6 commit 5bf2273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/models/msdd_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ def diarize(self) -> Optional[List[Optional[List[Tuple[DiarizationErrorRate, Dic
thresholds = list(self._cfg.diarizer.msdd_model.parameters.sigmoid_threshold)
if self._cfg.evaluate:
return [self.run_overlap_aware_eval(preds_list, threshold) for threshold in thresholds]
return
return None

def get_range_average(
self, signals: torch.Tensor, emb_vectors: torch.Tensor, diar_window_index: int, test_data_collection: List[Any]
Expand Down

0 comments on commit 5bf2273

Please sign in to comment.