takipipo

Results 17 comments of takipipo

Additionally, I conducted a comparison of the embedding models using cosine similarity. The similarity score was nearly 1, indicating that the embeddings generated by both models were almost orthogonal. [Cosine...

> Can you share ck-interview-mono.wav ? [audio clip](https://drive.google.com/file/d/1wGepP2v-vQQDoYUDZnFnGzXZE0ux42Lq/view?usp=sharing)

> > The similarity score was nearly 1, indicating that the embeddings generated by both models were almost orthogonal. > > If it is nearly 0, then you can consider...

> > audio, sample_rate = read_wave(audio_fp) > > Please show the complete code. > > what is `read_wave`? I used the `read_wave` as you provided in the https://huggingface.co/spaces/k2-fsa/speaker-diarization/blob/main/model.py#L26-L48

> We did not provide onnx model. Welcome contribute :) Could you try the work I did on https://github.com/modelscope/FunASR/pull/2359

> > Could you try the work I did on [modelscope/FunASR#2359](https://github.com/modelscope/FunASR/pull/2359) > > I see that you couldn't include LayerNorm. did you resolved it? I've included LayerNorm can you link...