All Projects → RubensZimbres → GAN-Project-2018

RubensZimbres / GAN-Project-2018

Licence: other
GAN in Tensorflow to be run via Linux command line

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GAN-Project-2018

Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+557.14%)
Mutual labels:  generative-adversarial-network, gan, dcgan, generative-adversarial-networks
Context Encoder
[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
Stars: ✭ 731 (+3380.95%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+2685.71%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (+233.33%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Pytorch Mnist Celeba Gan Dcgan
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
Stars: ✭ 363 (+1628.57%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (+18209.52%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+41638.1%)
Mutual labels:  generative-adversarial-network, gan, dcgan
MNIST-invert-color
Invert the color of MNIST images with PyTorch
Stars: ✭ 13 (-38.1%)
Mutual labels:  generative-adversarial-network, gan, generative-adversarial-networks
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (+566.67%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (+676.19%)
Mutual labels:  generative-adversarial-network, gan, dcgan
catgan pytorch
Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks
Stars: ✭ 50 (+138.1%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Anogan Tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Stars: ✭ 218 (+938.1%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Dcgan
The Simplest DCGAN Implementation
Stars: ✭ 286 (+1261.9%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Generative Adversarial Networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs
Stars: ✭ 505 (+2304.76%)
Mutual labels:  generative-adversarial-network, gan, tensorflow-models
DLSS
Deep Learning Super Sampling with Deep Convolutional Generative Adversarial Networks.
Stars: ✭ 88 (+319.05%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+3461.9%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Mimicry
[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
Stars: ✭ 458 (+2080.95%)
Mutual labels:  gan, dcgan, generative-adversarial-networks
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (+414.29%)
Mutual labels:  gan, dcgan, generative-adversarial-networks
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (+538.1%)
Mutual labels:  generative-adversarial-network, gan, dcgan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (+723.81%)
Mutual labels:  generative-adversarial-network, gan, dcgan

Generative Adversarial Networks in Tensorflow - Linux Shell

My GitHub project on GANs to be run via Windows/Linux shell command

Instructions:

$ git clone https://github.com/RubensZimbres/GAN-Project-2018

$ cd GAN-Project-2018 

If you are sure all the libraries in requirements.txt are installed, go to $ python main.py ...

$ conda install --yes --file requirements.txt

$ python main.py --epoch=4000 --learning_rate=0.0002 --your_login=rubens

Arguments:
--epoch: default=5000
--learning_rate: default=0.0001
--sample_size: default=60
--gen_hidden: # hidden nodes in generator: default=80
--disc_hidden: # hidden nodes in discriminator: default=80
--your_login: your login in your OS: default:rubens

Tensorboard will start AFTER you close the pop-up (GAN output with MNIST digits)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].