在Pytorch中最简单的Stylegan2工作实现-python

时间:2024-07-08 12:43:49
【文件属性】:

文件名称:在Pytorch中最简单的Stylegan2工作实现-python

文件大小:2.2MB

文件格式:ZIP

更新时间:2024-07-08 12:43:49

机器学习

在Pytorch中最简单的Stylegan2工作实现 用于 Pytorch 的简单 StyleGan2 基于 https://arxiv.org/abs/1912.04958 的 Stylegan2 的简单工作 Pytorch 实现 下面是一些不存在的花。 这些手和这些城市都没有安装您将需要一台安装了 GPU 和 CUDA 的机器。 然后 pip install 像这样的包 $ pip install stylegan2_pytorch 如果您使用的是 Windows 机器,据报道以下命令有效。 $ conda install pytorch torchvision -c python $ pip install stylegan2_pytorch 使用 $ stylegan2_pytorch --data /path/to/images 就是这样。 示例图像将保存到结果/默认,模型将定期保存到模型/默认。 高级使用你可以用 $ stylegan2_pytorch --data /path/to/images --name my-project-name 指定你的项目名称你也


【文件预览】:
stylegan2-pytorch-master
----.gitignore(2KB)
----setup.cfg(61B)
----README.md(18KB)
----.github()
--------workflows()
----LICENSE(1KB)
----stylegan2_pytorch()
--------cli.py(5KB)
--------__init__.py(94B)
--------stylegan2_pytorch.py(50KB)
--------version.py(22B)
--------diff_augment.py(4KB)
----images()
--------aim.png(52KB)
----setup.py(1KB)
----samples()
--------hands.jpg(318KB)
--------celebrities-2.jpg(205KB)
--------celebrities.jpg(205KB)
--------flowers.jpg(231KB)
--------flowers-2.jpg(242KB)
--------cities.jpg(1.04MB)

网友评论