The audio amplitude spectrogram is a powerful tool for visualizing and understanding the frequency content and time-varying behavior of an audio signal.
conv(weight)+BN+ReLU is the basic operation when building convolutional networks. How about conv(weight)+ReLU+BN? In this tutorial, we will discuss this topic.
When we are using librosa.filters.mel() function, we may get this error: TypeError: librosa.filters.mel() takes 0 positional arguments. In this tutorial, we will introduce you how to fix.
When we have pushed our source code to master branch using git, we may get this error: [rejected] master -> master (non-fast-forward) . In this tutorial, we will introduce you how to fix it.