Stacked_Bidirectional_Unidirectional_LSTM icon indicating copy to clipboard operation
Stacked_Bidirectional_Unidirectional_LSTM copied to clipboard

Stacked Bidirectional and Unidirectional LSTM Recurrent Neural Network

Results 1 Stacked_Bidirectional_Unidirectional_LSTM issues
Sort by recently updated
recently updated
newest added

Hi! variable validation_split needs to be assigned with 'validation_split' parameter adjusted by the user, otherwise it always trains with 0.2 ignoring the user input. I guess this is not intentional?...