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
vision_transformer_jax
Commits
b352b474
Commit
b352b474
authored
Sep 04, 2024
by
suily
Browse files
Update README.md
parent
5529b6bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
b352b474
...
@@ -29,7 +29,7 @@ ViT主要包括patch embeding、transformer encoder、MLP head三部分:以图
...
@@ -29,7 +29,7 @@ ViT主要包括patch embeding、transformer encoder、MLP head三部分:以图
### Docker(方法一)
### Docker(方法一)
```
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/jax:0.4.23-ubuntu20.04-dtk24.04.1-py3.10
docker pull image.sourcefind.cn:5000/dcu/admin/base/jax:0.4.23-ubuntu20.04-dtk24.04.1-py3.10
docker run -it --network=host --privileged=true --name=docker_name --device=/dev/kfd --device=/dev/dri --group-add video --shm-size=32G --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /path/your_code_data/:/path/your_code_data/ <imageID> /bin/bash # <imageID>为以上拉取
docker run -it --network=host --privileged=true --name=docker_name --device=/dev/kfd --device=/dev/dri --group-add video --shm-size=32G --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /path/your_code_data/:/path/your_code_data/ <imageID> /bin/bash # <imageID>为以上拉取
的docker的镜像ID替换
cd /your_code_path/vision_transformer
cd /your_code_path/vision_transformer
pip install flax==0.6.9 # flax会强制安装某版本ai包
pip install flax==0.6.9 # flax会强制安装某版本ai包
...
@@ -209,7 +209,7 @@ gpu推理结果:
...
@@ -209,7 +209,7 @@ gpu推理结果:
无
无
## 应用场景
## 应用场景
### 算法类别
### 算法类别
`图像
识别
`
`图像
分类
`
### 热点应用行业
### 热点应用行业
`制造,电商,医疗,广媒,教育`
`制造,电商,医疗,广媒,教育`
## 源码仓库及问题反馈
## 源码仓库及问题反馈
...
...
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