IndRNN_pytorch icon indicating copy to clipboard operation
IndRNN_pytorch copied to clipboard

Independently Recurrent Neural Networks (IndRNN) implemented in pytorch.

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

RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)

Hi, thanks for your great work! But I have encountered something wrong while reproducing the code. During "train", the grad of the most layers is "None". Except layers "classify_weight"、"classify_bias"、"RNN5_weight"、"RNN5_bias" have...

Hi, Could u please explain how to replace RNN with LSTM? Thank u