-
**Feature request:** Add `IndRNNCell` to flax's [recurrent cells](https://flax.readthedocs.io/en/latest/api_reference/flax.linen/layers.html#recurrent).
- [Independently Recurrent Neural Network (I…
-
I'd like to suggest support for [IndRNNs](https://arxiv.org/abs/1803.04831); in my experiments on EEG seizure classification w/ very long sequences, they've dominated LSTMs & GRUs. While already also …
-
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 …
-
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 …
-
https://github.com/StefOe/indrnn-pytorch/blob/master/indrnn.py
class IndRNN(nn.Module) describes that input can be the PackedSequence but it is not.
For example,
line 232:
x.size(batch_index)
…
-
The paper mentions
> "Dropout [9] was applied after each IndRNN layer with a dropping probability of 0.25 and 0.1 for CS and CV settings, respectively."
and
> "Dropout [9] with a droppin…
-
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 …
-
Hi, I tried to use haste for tf for testing reccurent_dropout.
However, I got that error message while
`import haste_tf as haste`
I am using Windows10 and Anaconda. I installed via pip.
That…
-
Hi all,
With the change in cadence in the mainline, i was thinking that it made sense to start a repo where the community can make contributions easily as i continue to see great potential in cntk …
-
[Logs](https://pastebin.com/RWNVqn4f); the ultimate error reads:
```
process_begin: CreateProcess(NULL, ar -crv libhaste.a lib/*.o, ...) failed.
make (e=2): The system cannot find the file specif…