Skip to content

An implementation of the self-attention GAN (SAGAN) as described in "Self-Attention Generative Adversarial Networks" by Zhang et al.

License

Notifications You must be signed in to change notification settings

chandlersupple/Self-Attention-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the self-attention GAN (SAGAN) as described in "Self-Attention Generative Adversarial Networks" by Zhang et al. -- The model also utilizes a gradient penalty from the DRAGAN which conclusively improved the model's stability.

The following SAGAN trains on images from the celebA dataset. Benchmark images will be added to the 'images' list during the training process. To view an image, run 'image.array_to_img(image_array)'.

About

An implementation of the self-attention GAN (SAGAN) as described in "Self-Attention Generative Adversarial Networks" by Zhang et al.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages