GunhoChoi / LSGAN-TFLinks
Simple implementation of Least Squares Generative Adversarial Networks
☆43Updated 8 years ago
Alternatives and similar repositories for LSGAN-TF
Users that are interested in LSGAN-TF are comparing it to the libraries listed below
Sorting:
- Tensorflow implementation of different GANs and their comparisions☆112Updated 7 years ago
- Tensorflow Implementation of DiscoGAN☆57Updated 2 years ago
- in progress☆261Updated 8 years ago
- A tensorflow implementation of informative generative adversarial network (InfoGAN ). I've added supervised loss to original InfoGAN.☆100Updated 8 years ago
- A tensorflow implementation of Junbo et al's Energy-based generative adversarial network ( EBGAN ) paper.☆210Updated 8 years ago
- 💬 Slides and Tutorial Codes for the talk 'Toward Best Practices of TensorFlow Code Patterns' (2017)☆152Updated 6 years ago
- Improve generative adversarial network training by deleting a line of code.☆30Updated 5 years ago
- Reimplementation of cycle-gan(https://arxiv.org/pdf/1703.10593.pdf) with improved w-gan(https://arxiv.org/abs/1704.00028) loss in tensorf…☆71Updated 6 years ago
- Boundary Equibilibrium Generative Adversarial Networks Implementation in Tensorflow☆207Updated 4 years ago
- Tensorflow implementation of Generative Adversarial Network for approximating a 1D Gaussian distribution☆26Updated 8 years ago
- An implementation of DiscoGAN in tensorflow☆79Updated 8 years ago
- CVPR'17 GAN Tutorial☆215Updated 8 years ago
- Simple Tensorflow DatasetAPI Tutorial for reading image☆73Updated 6 years ago
- Wasserstein DCGAN in Tensorflow/Keras☆93Updated 8 years ago
- Tensorflow implementation of "UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS"☆81Updated 8 years ago
- Implement Generative Adversarial Nets by Tensorflow☆99Updated 7 years ago
- Implementation of some basic GAN architectures in Keras☆45Updated 8 years ago
- Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking☆466Updated 7 years ago
- in progress☆495Updated 6 years ago
- Tensorflow implementation of conditional variational auto-encoder for MNIST☆150Updated 8 years ago
- Pytorch implementation of "Forward Thinking: Building and Training Neural Networks One Layer at a Time"