# f32
--reset

--prop=FWD_D
--activation=LOGISTIC
# RNN
--direction=left2right,concat,sum
--alg=VANILLA_RNN          --batch=rnn_inference

# LSTM, GRU
--direction=left2right
--alg=VANILLA_LSTM,LBR_GRU --batch=rnn_inference
--alg=VANILLA_GRU          --batch=rnn_gru

