# f32
--reset

# RNN
--alg=VANILLA_RNN
--direction=left2right,right2left,concat,sum
--activation=RELU,TANH,LOGISTIC
--prop=FWD_D,BWD_DW --batch=rnn_small

# LSTM
--direction=left2right
--activation=TANH
--prop=FWD_D
#,BWD_DW
--alg=VANILLA_LSTM --batch=rnn_small

# f16
--cfg=f16
--prop=FWD_D
--direction=left2right

# RNN
--alg=VANILLA_RNN  --activation=RELU,TANH,LOGISTIC --batch=rnn_small
--alg=VANILLA_LSTM --activation=TANH               --batch=rnn_small

