All Projects → chenyuntc → Pytorch Gan

chenyuntc / Pytorch Gan

Licence: mit
A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks

Projects that are alternatives of or similar to Pytorch Gan

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 (-8%)
Mutual labels:  jupyter-notebook, gan, wgan
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+192%)
Mutual labels:  jupyter-notebook, gan, wgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+51.33%)
Mutual labels:  jupyter-notebook, gan, wgan
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-33.33%)
Mutual labels:  jupyter-notebook, gan
Sprint gan
Privacy-preserving generative deep neural networks support clinical data sharing
Stars: ✭ 92 (-38.67%)
Mutual labels:  jupyter-notebook, gan
Unified Gan Tensorflow
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
Stars: ✭ 93 (-38%)
Mutual labels:  gan, wgan
Gan Vis
Visualization of GAN training process
Stars: ✭ 74 (-50.67%)
Mutual labels:  jupyter-notebook, gan
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+864%)
Mutual labels:  jupyter-notebook, wgan
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+831.33%)
Mutual labels:  jupyter-notebook, gan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-28%)
Mutual labels:  jupyter-notebook, gan
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-20%)
Mutual labels:  jupyter-notebook, gan
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 (-10.67%)
Mutual labels:  jupyter-notebook, gan
Calogan
Generative Adversarial Networks for High Energy Physics extended to a multi-layer calorimeter simulation
Stars: ✭ 87 (-42%)
Mutual labels:  jupyter-notebook, gan
Ganspace
Discovering Interpretable GAN Controls [NeurIPS 2020]
Stars: ✭ 1,224 (+716%)
Mutual labels:  jupyter-notebook, gan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (-36.67%)
Mutual labels:  gan, wgan
Pytorch Book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Stars: ✭ 9,546 (+6264%)
Mutual labels:  jupyter-notebook, gan
Stylegan2 Projecting Images
Projecting images to latent space with StyleGAN2.
Stars: ✭ 102 (-32%)
Mutual labels:  jupyter-notebook, gan
Starnet
StarNet
Stars: ✭ 141 (-6%)
Mutual labels:  jupyter-notebook, gan
Facenet Face Recognition
This is the research product of the thesis manifold Learning of Latent Space Vectors in GAN for Image Synthesis. This has an application to the research, name a facial recognition system. The application was developed by consulting the FaceNet model.
Stars: ✭ 54 (-64%)
Mutual labels:  jupyter-notebook, gan
Neural Painters X
Neural Paiters
Stars: ✭ 61 (-59.33%)
Mutual labels:  jupyter-notebook, gan

pytorch-GAN

A minimal implementaion of DCGAN/WGAN in PyTorch with jupyter notebooks. This is the first program I write in PyTorch when I was learning PyTorch.

NOTE, I've rewriten it to make it even simpler

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].