When we are using pip to install some python packages, we may find this warning: WARNING: Ignoring invalid distribution. In this tutorial, we will introduce you how to fix it.
torch.optim.lr_scheduler.StepLR() allows us to change the learning rate when training a model. In this tutorial, we will use some examples to show you how to use it.
In order to evaluate the performance of a classification model, we have to draw a roc curve based on fpr and tpr. In this tutorial, we will introduce you how to do.
sklearn.metrics.roc_curve() can allow us to compute receiver operating characteristic (ROC) easily. In this tutorial, we will use some examples to show you how to use it.
In this tutorial, we will introduce how to extract audio or voice from a video file in python with mono or stereo. We will use python moviepy library to extract.