Home

Awesome

GAN Metrics

This repository provides the code for An empirical study on evaluation metrics of generative adversarial networks.

Requirement

Usage

python3 demo_dcgan.py \
--dataset cifar10 \
--cuda \
--dataroot <data_folder> \
--outf <output_folder> \
--sampleSize 2000

demo