Lissa Hyacinth

Results 2 issues of Lissa Hyacinth

### Summary RNN Forward fails with CUDNN RNN when using Bidirectional as a direction mode as compared to Unidirectional. ### Code Snippet ``` net_cfg.add_layer(LayerConfig::new( // Layer name is only used...

Network being used is LSTM -> Linear -> Sigmoid network using Mackey-Glass. ``` net_cfg.add_layer(LayerConfig::new( // Layer name is only used internally - can be changed to anything "LSTMInitial", RnnConfig {...