Code used for TransGAN: Two Transformers Can Make One Strong GAN.
mkdir fid_statDownload the pre-calculated statistics
(Google Drive) to ./fid_stat.
pip install -r requirements.txtNotice: Pytorch version has to be <=1.3.0 !
Coming soon
Firstly download the checkpoint from (Google Drive) to ./pretrained_weight
# cifar-10
sh exps/cifar10_test.sh
# stl-10
sh exps/stl10_test.shCodebase from AutoGAN, pytorch-image-models

