train.sh 306 Bytes
Newer Older
suily's avatar
suily committed
1
2
3
4
5
export HIP_VISIBLE_DEVICES=5
export USE_MIOPEN_BATCHNORM=1
export TF_CPP_MIN_LOG_LEVEL=2
export XLA_PYTHON_CLIENT_PREALLOCATE=false

suily's avatar
suily committed
6
# 运行基准测试
suily's avatar
suily committed
7
8
9
python3 -m experiments.extended_benchmarks.run_timesfm \
--model_path="model/checkpoints" \
--backend="gpu"
suily's avatar
suily committed
10
python -c "print('finish run_timesfm!!!!')"