skiprnn_pytorch icon indicating copy to clipboard operation
skiprnn_pytorch copied to clipboard

A pytorch implementation of the paper: "Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks"

Results 3 skiprnn_pytorch issues
Sort by recently updated
recently updated
newest added

How to customize and implement bidirectional RNN

Could you please give me the version of torch you used to implement this technique at that time. I have some troubles with version conflict. Many thanks!

Hi, Thanks for this good work! I am using Skip-LSTM on my experiment now. And it seems to work well. However, I am wondering how can this code deal with...