# Based on https://github.com/juntang-zhuang/Adabelief-Optimizer/tree/update_0.2.0/PyTorch_Experiments/LSTM.

export CUDA_VISIBLE_DEVICES=8 && python -u main.py --cuda --optim pca --epoch 500 --when 250 375 --dropouti 0.4 --dropouth 0.25 --batch_size 20 --data <dataset> --lr 0.005 --momentum 0 --damp1 1 --damp2 1e-07 --beta 1 --alpha 1 --seed 1 > log_pca &&  python -u showprec.py

