Commit 6a24fcbc authored by suily's avatar suily
Browse files

Update train.sh

parent 9097666c
......@@ -3,23 +3,8 @@ export USE_MIOPEN_BATCHNORM=1
export TF_CPP_MIN_LOG_LEVEL=2
export XLA_PYTHON_CLIENT_PREALLOCATE=false
# 运行基准测试
python3 -m experiments.extended_benchmarks.run_timesfm \
--model_path="model/checkpoints" \
--backend="gpu"
python -c "print('finish run_timesfm!!!!')"
for dataset in etth1 ettm1
do
for pred_len in 96 192 336
do
python3 -m experiments.long_horizon_benchmarks.run_eval \
--model_path="model/checkpoints" \
--backend="gpu" \
--pred_len=$pred_len \
--context_len=512 \
--dataset=$dataset
done
done
python -c "print('finish run_eval!!!!')"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment