When we are installing python webrtcvad package on win 10, we may get “basetsd.h”: No such file or directory error. In this tutorial, we will introduce you how to fix it.
In this tutorial, we will introduce numpy.array_split() function, which can split an array into multiple sub-arrays. Here, we will use some examples to show you how to use it correctly.
In python, we often save some data with a dictionary, which is very good to save data what contains label:number. In this tutorial, we will introduce you how to plot a bar chart with this dictionary using python matplotlib.
When we are building a speaker verification model, we have to build a test set to evaluate the performance of our model. For example, you will use this test to compute EER or minDCF.
The Channel-wise squeeze-excitation module (SE module) has achieved a great success in both computer vision and speech processing fields. In this tutorial, we will introduce it for beginners.
In this tutorial, we will use some examples to show you how to use torch.nn.AdaptiveAvgPool1d() in pytorch, which is very useful when you are building a CNN networks.