When we plan to use python soundfile to read audio in linux, we may get error: OSError: sndfile library not found. In this tutorial, we will introduce you how to fix.
When you are using linux tar command to extract a .tar.gz file, you may get gzip: stdin: not in gzip format error. In this tutorial, we will introduce you how to fix it.
When we are building ai model using pytorch, we may get this error: AttributeError: module ‘torch’ has no attribute ‘permute’. In this tutorial, we will introduce you how to fix it.
In order to evaluate a voiceprint recognition model, we need compute eer metric. In this tutorial, we will introduce some metrics TPR, FPR, FAR, FRR to help you understand how to compute ERR.
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.