From 3ebe3432215535de4636709ef56f315c8596dda8 Mon Sep 17 00:00:00 2001 From: Nan Huang Date: Wed, 28 Aug 2024 22:11:40 -0400 Subject: [PATCH] fix: Fix typo in run_eval.py --- experiments/long_horizon_benchmarks/run_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/long_horizon_benchmarks/run_eval.py b/experiments/long_horizon_benchmarks/run_eval.py index 12a4846..53185b1 100644 --- a/experiments/long_horizon_benchmarks/run_eval.py +++ b/experiments/long_horizon_benchmarks/run_eval.py @@ -36,7 +36,7 @@ _BATCH_SIZE = flags.DEFINE_integer( ) _DATASET = flags.DEFINE_string("dataset", "etth1", "The name of the dataset.") _MODEL_PATH = flags.DEFINE_string( - "model_path", "./timesfm_q10_20240501", "The name of the dataset." + "model_path", "./timesfm_q10_20240501", "Path to model." ) _DATETIME_COL = flags.DEFINE_string( "datetime_col", "date", "Column having datetime."