Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
Sorry that I put two unrelated commits in one pull request.
1) the first commit is to implement the weights initialization method which has been implemented in the RNNPlus
2) I am recently trying to use RNN+Attention, and I see #595 . I think it would be useful to make use of the utilities those tsai provide and therefore, I made this implementation. I just put an RNN layer before the encoder layer, so please tell me if I misunderstood it.
Sorry that I put two unrelated commits in one pull request. 1) the first commit is to implement the weights initialization method which has been implemented in the RNNPlus 2) I am recently trying to use RNN+Attention, and I see #595 . I think it would be useful to make use of the utilities those tsai provide and therefore, I made this implementation. I just put an RNN layer before the encoder layer, so please tell me if I misunderstood it.