speaker-recognition-pytorch icon indicating copy to clipboard operation
speaker-recognition-pytorch copied to clipboard

Speaker recognition ,Voiceprint recognition

Results 5 speaker-recognition-pytorch issues
Sort by recently updated
recently updated
newest added

``` np.save('test_sequence',train_sequence) np.save('test_cluster_id',train_cluster_id) ``` should be "train sequence" in the first line - you save the train_sequence right? so should print train sequence too.

As I mentioned, I wonder if I apply your SpeechEmbedder to TDNN-LSTM. TDNN-LSTM requires the following things. delay: the delay to be used in the recurrence of LSTMs decay-time: an...

您好,下载好TIMIT完整数据集后,请问是否应该先python dvector_create.py,将音频文件.WAV转换为标准格式,然后再python data_preprocess.py,特征提取得到音频的.npy文件?我在运行dvector_create.py时,报错utils.py中的from constants import c,得到结果ModuleNotFoundError: No module named 'constants',然后我conda install constants,又报错ImportError: cannot import name 'c',请问该如何解决呢?

Hello, I couldnt raise an issue for the ocr , so i would like to ask a question regarding https://github.com/Aurora11111/CHINESE-OCR here. I'm not able to download the pre trained models...

Hello, this code is for TIMIT data set. If you change it into your own audio data, it will not work. If you use your own audio data as a...