Difference between revisions of "DCGAN"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== Generating images using A "Deep Convolutional Generative Adversarial Network" == | == Generating images using A "Deep Convolutional Generative Adversarial Network" == | ||
− | + | Modified version of Soumith Chintala's torch implementation (https://github.com/soumith/dcgan.torch) of DCGAN - Deep Convolutional Generative Adversarial Network (https://arxiv.org/pdf/1511.06434.pdf) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 13:23, 16 January 2018
Generating images using A "Deep Convolutional Generative Adversarial Network"
Modified version of Soumith Chintala's torch implementation (https://github.com/soumith/dcgan.torch) of DCGAN - Deep Convolutional Generative Adversarial Network (https://arxiv.org/pdf/1511.06434.pdf)