When we are using python yield statement, we may get AttributeError: ‘generator’ object has no attribute ‘next’. In this tutorial, we will introduce how to fix this problem.
When we use librosa.load() to read an audio file, we may get a numpy ndarray, the value of it is -1.0 and 1.0. In this tutorial, we will introduce you the reason.
IndRNN is proposed in paper: Independently Recurrent Neural Network (IndRNN): Building A Longer and Deeper RNN. In this tutorial, we will use some examples to introduce this model.