skiprnn_pytorch
skiprnn_pytorch copied to clipboard
A pytorch implementation of the paper: "Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks"
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...