StefOe / indrnn-pytorch

pytorch implementation of Independently Recurrent Neural Networks https://arxiv.org/abs/1803.04831
121 stars 33 forks source link

Similar implementation for your reference #1

Open Sunnydreamrain opened 6 years ago

Sunnydreamrain commented 6 years ago

Hi,

I have uploaded my code of IndRNN to GitHub as well as some running examples using it.
https://github.com/Sunnydreamrain/IndRNN_Theano_Lasagne

Since there are a few items in your to-do list, I was thinking that maybe a similar code can assist your progress.

Thanks.

StefOe commented 6 years ago

I will look into it when I got the time. Thanks for the input!