java
java copied to clipboard
Could you supply some lstm rnn gru example,I want to defined the lstmLayer model
HI : I want to use some time series model ,I know we have // LSTMBlockCell.create() // GRUBlockCell.create() // BlockLSTM.create(), but I don't know how to use it, would you like supply some example about these ? thanks