Closed mw66 closed 1 year ago
the tried command is:
python -u run.py \
--is_training 1 \
--root_path ./dataset/exchange_rate/ \
--data_path exchange_rate.csv \
--model_id Exchange_96_96 \
--model Autoformer \
--data custom \
--features M \
--seq_len 96 \
--label_len 48 \
--pred_len 96 \
--e_layers 2 \
--d_layers 1 \
--factor 3 \
--enc_in 8 \
--dec_in 8 \
--c_out 8 \
--des 'Exp' \
--moving_avg 30 \
--itr 1
Hi, the moving_avg value should be odd. You can try 29 or 31.
set:
--moving_avg 30
will cause the same error.Why it only works for the default value of
--moving_avg 25
? there must be a bug somewhere.