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
667aed44
Commit
667aed44
authored
Sep 02, 2024
by
suily
Browse files
Update README.md
parent
782b33da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+6
-0
No files found.
README.md
View file @
667aed44
...
...
@@ -38,6 +38,8 @@ docker run -it --network=host --privileged=true --name=docker_name --device=/dev
cd /your_code_path/timesfm
pip install -r requirements.txt
pip install tensorflow-2.13.1+das1.0+git429d21b.abi1.dtk2404-cp310-cp310-manylinux2014_x86_64.whl(或 tensorflow-cpu==2.13.1)
pip uninstall protobuf
pip install protobuf==3.20.3
```
### Dockerfile(方法二)
```
...
...
@@ -48,6 +50,8 @@ docker run -it --network=host --privileged=true --name=docker_name --device=/dev
cd /your_code_path/timesfm
pip install -r requirements.txt
pip install tensorflow-2.13.1+das1.0+git429d21b.abi1.dtk2404-cp310-cp310-manylinux2014_x86_64.whl (或 tensorflow-cpu==2.13.1)
pip uninstall protobuf
pip install protobuf==3.20.3
```
### Anaconda(方法三)
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装: https://developer.hpccube.com/tool/
...
...
@@ -63,6 +67,8 @@ tensorflow:2.13.1 (或 tensorflow-cpu==2.13.1)
```
cd /your_code_path/timesfm
pip install -r requirements.txt
pip uninstall protobuf
pip install protobuf==3.20.3
```
## 数据集
基准测试数据集运行时会gluonts自动下载,长期基准测试数据集需从Google Drive手动下载(需要魔法):
...
...
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