Taejin Park

Results 36 comments of Taejin Park

@SagyHarpazGong Sure, let us work on this. Thanks...!

@SagyHarpazGong I have found that it is getting slow if we use TitaNet ckpt in MSDD nemo file. A quick fix is adding the following: ``` diarizer.speaker_embeddings.model_path="titanet_large" \ diarizer.msdd_model.parameters.use_speaker_model_from_ckpt=False \...

@SagyHarpazGong If you do not see the difference between before and after you apply the configs that I suggested, then your code is likely to not reflecting the change on...

@SagyHarpazGong Did you experience any relative improvement of speed after you apply `use_speaker_model_from_ckpt=False` ?

@SagyHarpazGong I suspect that the changes in the configuration are not being reflected at all in your code base. Unfortunately, at this time, we don't have a solution for the...

- Changed Speaker embedding extraction to avoid `torch.cat` in every for loop step for speed up. This does not make a lot of difference in general, but if CPU is...