Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
timesfm_jax
Commits
923ab1f2
Commit
923ab1f2
authored
Sep 03, 2024
by
suily
Browse files
Update README.md
parent
bdb8893e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
923ab1f2
...
@@ -137,9 +137,9 @@ huggingface-cli download --resume-download google/timesfm-1.0-200m --local-dir m
...
@@ -137,9 +137,9 @@ huggingface-cli download --resume-download google/timesfm-1.0-200m --local-dir m
推理运行代码:
推理运行代码:
```
```
# 运行基准测试
# 运行基准测试
# 由于基准测试未提供调用数据集的接口,测试集要手动更改timesfm/experiments/extended_benchmarks/run_timesfm.py:dataset_names内填入所需数据集name(当前仓库已设置测试所需数据,不需额外更改)
cd timesfm
cd timesfm
sh train.sh
sh train.sh
# 由于基准测试未直接提供调用数据集的接口,须在代码内部手动进行更改:修改timesfm/experiments/extended_benchmarks/run_timesfm.py:dataset_names内填入所需数据集name
# 运行长期基准测试
# 运行长期基准测试
cd timesfm
cd timesfm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment