├── LICENSE ├── README.md ├── conditional_dcgan.py └── sample_outputs ├── samples1.png └── samples2.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malzantot/Pytorch-conditional-GANs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malzantot/Pytorch-conditional-GANs/HEAD/README.md -------------------------------------------------------------------------------- /conditional_dcgan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malzantot/Pytorch-conditional-GANs/HEAD/conditional_dcgan.py -------------------------------------------------------------------------------- /sample_outputs/samples1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malzantot/Pytorch-conditional-GANs/HEAD/sample_outputs/samples1.png -------------------------------------------------------------------------------- /sample_outputs/samples2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malzantot/Pytorch-conditional-GANs/HEAD/sample_outputs/samples2.png --------------------------------------------------------------------------------