文件名称:pytorch-GANs:pytorch环境中的各种GAN
文件大小:14.78MB
文件格式:ZIP
更新时间:2024-05-28 18:12:42
gan vae Python
pytorch-GAN
我的项目:
原始代码地址
项目进度
它适用于cifar10。 可以通过电子邮件获取详细信息。
mnist的结果
可以使用以下命令重现以下结果:
python main.py --dataset mnist --gan_type
【文件预览】:
pytorch-GANs-master
----CVAE.py(12KB)
----LSGAN.py(11KB)
----GAN.py(11KB)
----dataloader.py(2KB)
----inception_score.py(3KB)
----ACGAN.py(12KB)
----utils.py(6KB)
----main.py(4KB)
----infoGAN.py(16KB)
----CGAN.py(12KB)
----.idea()
--------pytorch-GANs.iml(398B)
--------misc.xml(1KB)
--------workspace.xml(21KB)
--------dictionaries()
--------inspectionProfiles()
--------modules.xml(276B)
--------vcs.xml(180B)
----VAE.py(11KB)
----assets()
--------mnist_results()
----README.md(7KB)
----WGAN.py(11KB)
----EBGAN.py(11KB)
----SAGAN.py(11KB)