You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Q1: When I use the
sparsity
parameter, it will core. Likepython train.py --sparsity=ba_10
orpython train.py --sparsity=bae_10_10
orOnly
--sparsity=dense
is ok.Q2:
python --lstm_type=lstm
is error, the code is not update.Q3:
python --lstm_type=rnn
is faster thanpython --lstm_type=scottbrain
, why?The text was updated successfully, but these errors were encountered: