Update scripts

This commit is contained in:
D-X-Y 2021-03-12 04:50:40 +00:00
parent 91a9e1553d
commit 01c904df2f

View File

@ -13,8 +13,7 @@ fi
gpu=$1 gpu=$1
market=$2 market=$2
# algorithms="MLP GRU LSTM ALSTM XGBoost LightGBM SFM" algorithms="MLP GRU LSTM ALSTM XGBoost LightGBM SFM TabNet DoubleE"
algorithms="SFM"
for alg in ${algorithms} for alg in ${algorithms}
do do