keras-layer-normalization-rnn icon indicating copy to clipboard operation
keras-layer-normalization-rnn copied to clipboard

Implementation of layer normalization LSTM and GRU for keras.

Results 2 keras-layer-normalization-rnn issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering if this code was already tested? Thanks!

@Binbose, firstly,thank u for your sharing project. I try the GRU_LN, with layer_to_normalize=("input_gate", "input_recurrent", "recurrent_gate" , "recurrent_recurrent") and normalize_seperately=False, but I found that the training timecost takes twice as before...