When we are running qt application in windows 10, we may get VCRUNTIME140.dll and MSVCP140.dll is missing error. In this tutorial, we will introduce you how to fix it.
When we are using python to process audio, we may find audio amplitude and power spectrogram, what are them and how to understand them? In this tutorial, we will introduce them to you.
MelSpec, FBank and MFCC can be used as an audio feature in deep learning. What is the difference among them? In this tutorial, we will introduce it for you.
To compute mel in librosa, we can use librosa.filters.mel() and librosa.feature.melspectrogram(). In this tutorial, we will introduce the difference between them.
Many programmers are using jupyter notebook for python programming, however, we have to run some linux commands by it. In this tutorial, we will introduce you how to do.
When we are using remote terminal in a linux system, we may have to know the absolute path of this current directory. In this tutorial, we will tell you a simplest way.
Pretrained bert models are usually trained in tensorflow, which can not be used in pytorch. In this tutorial, we will introduce you how to convert a tensorflow pretrained bert model to pytorch model.
In this tutorial, we will introduce you how to fix ERROR: Could not build wheels for tokenizers which use PEP 517 and cannot be installed directly when installing transformers.