Skip to content

Data-efficient GANs with Adaptive Discriminator Augmentation (Fix keras official version)

Notifications You must be signed in to change notification settings

Lanping-Tech/GAN-ADA-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Data-efficient GANs with Adaptive Discriminator Augmentation

Official tutorial: click here.

Although the official Keras tutorial is very detailed, there will be a download error of tensorflow_data when I run the relevant program. This situation is very distressing. So I clicked the download link of the raw caltech_birds2011 dataset and customized the dataset processing file cub_data_processor.py.

1. Data preprocessing

Download the CUB_200_2011.tgz file and move it to the current project directory.

Then unzip it as follows.

tar -zxvf CUB_200_2011.tgz

2. Run the training program

Run the training program as follows.

python gan_ada.py

About

Data-efficient GANs with Adaptive Discriminator Augmentation (Fix keras official version)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages