Q1: When I use the sparsity parameter, it will core. Like
python train.py --sparsity=ba_10 or
python train.py --sparsity=bae_10_10 or

Only --sparsity=dense is ok.
Q2: python --lstm_type=lstm is error, the code is not update.
Q3: python --lstm_type=rnn is faster than python --lstm_type=scottbrain, why?
Q1: When I use the

sparsityparameter, it will core. Likepython train.py --sparsity=ba_10orpython train.py --sparsity=bae_10_10orOnly
--sparsity=denseis ok.Q2:
python --lstm_type=lstmis error, the code is not update.Q3:
python --lstm_type=rnnis faster thanpython --lstm_type=scottbrain, why?