文件名称:Python-StyleGAN的简单直观的Tensorflow实现CVPR2019Oral
文件大小:20.8MB
文件格式:ZIP
更新时间:2022-08-30 23:42:56
Python开发-机器学习
StyleGAN的简单直观的Tensorflow实现(CVPR 2019 Oral)
【文件预览】:
StyleGAN-Tensorflow-master
----.gitignore(1KB)
----Dockerfile(1KB)
----requirements.txt(112B)
----dataset()
--------.gitkeep(0B)
----assets()
--------t2.png(362KB)
--------stylegan-teaser.png(1.56MB)
--------truncation_trick.png(2.53MB)
--------t1.png(888KB)
--------d_loss.png(156KB)
--------style_mix.png(4.74MB)
--------style_mix_glod_bold.png(4.74MB)
--------A_module.png(69KB)
--------uncurated.jpg(913KB)
--------g_loss.png(153KB)
--------B_module.png(40KB)
--------style_mix_black.png(4.73MB)
----LICENSE(1KB)
----.DS_Store(6KB)
----StyleGAN.py(33KB)
----utils.py(4KB)
----README.md(2KB)
----ops.py(21KB)
----main.py(4KB)