The official code for "TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting (ICLR 2024)". TEMPO is one of the very first open source Time Series Foundation Models for forecasting task v1.0 version.
78
stars
12
forks
source link
Missing eval_data Attribute in Argument Parser – Error When Running etth1.sh Script #8
I then checked the argparse module's help information but could not find any reference to eval_data. Could you provide some guidance on how to resolve this issue?
When running the
etth1.sh
script in yourscripts
folder, I encountered the following error:I then checked the
argparse
module's help information but could not find any reference toeval_data
. Could you provide some guidance on how to resolve this issue?