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
pix2pixHD_pytorch
Commits
1ad00473
Commit
1ad00473
authored
May 08, 2025
by
chenzk
Browse files
Update sf.md
parent
4e1dc115
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
1ad00473
...
@@ -9,13 +9,13 @@
...
@@ -9,13 +9,13 @@
## 模型结构
## 模型结构
模型整体的结构是conditional GAN。 模型与Pix2pix相比更换了coarse-to-fine的生成器、multi-scale的判别器。
模型整体的结构是conditional GAN。 模型与Pix2pix相比更换了coarse-to-fine的生成器、multi-scale的判别器。


## 算法原理
## 算法原理
pix2pixHD的算法原理是基于条件生成对抗网络(Conditional Generative Adversarial Nets)。它是一个由两个部分组成的网络:生成器和判别器。生成器用于从训练数据中合成图像,而判别器则负责判断生成的图像是否真实。
pix2pixHD的算法原理是基于条件生成对抗网络(Conditional Generative Adversarial Nets)。它是一个由两个部分组成的网络:生成器和判别器。生成器用于从训练数据中合成图像,而判别器则负责判断生成的图像是否真实。


## 环境配置
## 环境配置
...
@@ -41,7 +41,7 @@ docker exec -it pix2pixhd /bin/bash
...
@@ -41,7 +41,7 @@ docker exec -it pix2pixhd /bin/bash
### Anaconda(方法三)
### Anaconda(方法三)
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合
](
https://developer.
hpccube.com
/tool/
)
开发者社区下载安装。
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合
](
https://developer.
sourcefind.cn
/tool/
)
开发者社区下载安装。
```
```
DTK驱动:dtk24.04.1
DTK驱动:dtk24.04.1
...
@@ -121,7 +121,7 @@ python train.py --name label2city_512p --batchSize 4 --gpu_ids 0,1,2,3
...
@@ -121,7 +121,7 @@ python train.py --name label2city_512p --batchSize 4 --gpu_ids 0,1,2,3
测试图
测试图

)

)
### 精度
### 精度
...
@@ -145,7 +145,7 @@ python train.py --name label2city_512p --batchSize 4 --gpu_ids 0,1,2,3
...
@@ -145,7 +145,7 @@ python train.py --name label2city_512p --batchSize 4 --gpu_ids 0,1,2,3
## 源码仓库及问题反馈
## 源码仓库及问题反馈
*
[
https://developer.
hpccube.com
/codes/modelzoo/pix2pixhd_pytorch
](
https://developer.hpccube.com/codes/modelzoo/pix2pixhd_pytorch
)
*
[
https://developer.
sourcefind.cn
/codes/modelzoo/pix2pixhd_pytorch
](
https://developer.hpccube.com/codes/modelzoo/pix2pixhd_pytorch
)
## 参考资料
## 参考资料
*
[
https://github.com/NVIDIA/pix2pixHD
](
https://github.com/NVIDIA/pix2pixHD
)
*
[
https://github.com/NVIDIA/pix2pixHD
](
https://github.com/NVIDIA/pix2pixHD
)
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