创建新的ssh公钥 连续按三次回车键,terminal中会出现一条路径指向id_rsa.pub,复制下来。 将出现的公钥信息复制下来。进入github的个人主页 -> Set...

创建新的ssh公钥 连续按三次回车键,terminal中会出现一条路径指向id_rsa.pub,复制下来。 将出现的公钥信息复制下来。进入github的个人主页 -> Set...
1 前言 本文使用 TIMIT 语料库, 参考 aishell 使用 x-vector 进行说话人识别, 现有的资料都是 i-vector.本文参考了很多资料, 如果想要了解...
1 Usage
1 Usage example: 2 Overview For each ivector in ivector-rspecifier, substract the mean ...
1 Usage is where to store pretrained plda model.<xvector-dir> is where to store xvector...
1 Usage is where to store the pre-trained plda model.<reco2utt> can be spk2utt.ivectors...
1 预处理 Preprocessing 与 i-vector 一样。 2 特征提取 Feature Extraction 使用TDNN(Time Delay Neural N...
1 前言 本文是基于Creating Spring Boot and React Java Full Stack Application with Mavenhttps://...
注意 本文参考的是A Gentle Introduction to Maximum a Posteriori (MAP) for Machine Learning https...
本文基于Deep Speaker: an End-to-End Neural Speaker Embedding System论文进行阐述。 1 预处理 Preprocess...
1 预处理 Preprocessing 预加重,因为人的生理结构特点,高频部分会被压住。 分帧(Frame),一般每一帧都是25ms,移帧10ms。 分窗口,因为需要保持边缘...
下面打算用aishell来做声纹识别,在做声纹识别之前,肯定是要对run.sh这个文件做个深入的了解,才可以继续往下走,接下来会记录如何修改run.sh去运行自己的数据,而不...
前言 要想要语音识别,我们需要成功运行server, worker, 以及client三个方面。Server负责接受client发过来的音频,并且将音频转给worker来进行...
Reference 我的系统:Ubuntu 18.04 LTS引用资料与链接:https://github.com/alumae/kaldi-gstreamer-server...
When trying to import cv2 (openCV library) in Jupyter Notebook, the error string prompt...
最近科研项目中要求使用QT和硬件进行通信。 1 查找硬件的串口号 在Windows 或者 Mac上,一般会显示为COM3之类的以COM为前缀的号码,而在linux上面则会显示...