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
MetaPortrait_pytorch
Commits
73a968dd
"vscode:/vscode.git/clone" did not exist on "313bbea5886850acab286f45e9d9816cf0b0dca0"
Commit
73a968dd
authored
Aug 26, 2024
by
dcuai
Browse files
Update README.md
parent
5cd956ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+10
-10
No files found.
README.md
View file @
73a968dd
...
@@ -49,8 +49,8 @@ $`F_{3d}`$
...
@@ -49,8 +49,8 @@ $`F_{3d}`$
### Docker(方法一)
### Docker(方法一)
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:
1
.1
3.1-centos7.6
-dtk
-23
.04-py3
7-latest
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:
2
.1
.0-ubuntu20.04
-dtk
24
.04
.1
-py3
.10
docker run --shm-size 10g --network=host --name=metaportrait --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址<绝对路径>:/home/ -it <Image ID> bash
docker run --shm-size 10g --network=host --name=metaportrait --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v
/opt/hyhal:/opt/hyhal:ro -v
项目地址<绝对路径>:/home/ -it <Image ID> bash
pip install -r requirements.txt
pip install -r requirements.txt
cd sr_model/Basicsr
cd sr_model/Basicsr
pip uninstall basicsr
pip uninstall basicsr
...
@@ -72,17 +72,17 @@ $`F_{3d}`$
...
@@ -72,17 +72,17 @@ $`F_{3d}`$
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装:
1、关于本项目DCU显卡所需的特殊深度学习库可从光合开发者社区下载安装:
https://developer.hpccube.com/tool/
https://developer.hpccube.com/tool/
DTK驱动:dtk2
3
.04
DTK驱动:dtk2
4
.04
.1
python:python3.
7
python:python3.
10
torch:
1
.1
3.1
torch:
2
.1
.0
torchvision:0.1
4.1
torchvision:0.1
6.0
torchaudio:
0
.1
3.1
torchaudio:
2
.1
.2
deepspeed:0.
9.2
deepspeed:0.
12.3
apex:
0
.1
apex:
1
.1
.0
2、创建虚拟环境并加载
2、创建虚拟环境并加载
conda create -f meta_portrait_base python=3.
7
conda create -f meta_portrait_base python=3.
10
conda activate meta_portrait_base
conda activate meta_portrait_base
pip install -r requirements.txt
pip install -r requirements.txt
...
...
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