All Projects → Dcgan Tensorflow → Similar Projects or Alternatives

564 Open source projects that are alternatives of or similar to Dcgan Tensorflow

Dcgan Pytorch
PyTorch Implementation of DCGAN trained on the CelebA dataset.
Stars: ✭ 32 (-99.54%)
Mutual labels:  gan, generative-model, dcgan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-98.45%)
Mutual labels:  gan, generative-model, dcgan
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (-97.99%)
Mutual labels:  gan, generative-model, dcgan
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-98.61%)
Mutual labels:  gan, generative-model
Frechet Inception Distance
CPU/GPU/TPU implementation of the Fréchet Inception Distance
Stars: ✭ 66 (-99.05%)
Mutual labels:  gan, generative-model
Inr Gan
Adversarial Generation of Continuous Images [CVPR 2021]
Stars: ✭ 81 (-98.84%)
Mutual labels:  gan, generative-model
Face generator
DCGAN face generator 🧑.
Stars: ✭ 146 (-97.9%)
Mutual labels:  gan, dcgan
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (-89.26%)
Mutual labels:  gan, dcgan
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (-97.46%)
Mutual labels:  gan, dcgan
Context Encoder
[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
Stars: ✭ 731 (-89.5%)
Mutual labels:  gan, dcgan
GAN-Project-2018
GAN in Tensorflow to be run via Linux command line
Stars: ✭ 21 (-99.7%)
Mutual labels:  gan, dcgan
Generative Models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Stars: ✭ 6,701 (-3.76%)
Mutual labels:  gan, generative-model
Wavegan Pytorch
PyTorch implementation of " Synthesizing Audio with Generative Adversarial Networks"
Stars: ✭ 33 (-99.53%)
Mutual labels:  gan, generative-model
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (-91.6%)
Mutual labels:  gan, dcgan
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+25.88%)
Mutual labels:  gan, dcgan
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 (-98.02%)
Mutual labels:  gan, dcgan
Began Tensorflow
Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
Stars: ✭ 904 (-87.02%)
Mutual labels:  gan, generative-model
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (-97.52%)
Mutual labels:  gan, dcgan
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-98.56%)
Mutual labels:  gan, generative-model
shoe-design-using-generative-adversarial-networks
No description or website provided.
Stars: ✭ 18 (-99.74%)
Mutual labels:  dcgan, generative-model
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-99.66%)
Mutual labels:  gan, dcgan
Unsupervised-Anomaly-Detection-with-Generative-Adversarial-Networks
Unsupervised Anomaly Detection with Generative Adversarial Networks on MIAS dataset
Stars: ✭ 95 (-98.64%)
Mutual labels:  gan, dcgan
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (-92.79%)
Mutual labels:  gan, generative-model
dcgan anime avatars
基于keras使用dcgan自动生成动漫头像
Stars: ✭ 37 (-99.47%)
Mutual labels:  gan, dcgan
DCGAN-CelebA-PyTorch-CPP
DCGAN Implementation using PyTorch in both C++ and Python
Stars: ✭ 14 (-99.8%)
Mutual labels:  gan, dcgan
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (-94.89%)
Mutual labels:  gan, dcgan
Tpudcgan
Train DCGAN with TPUs on Google Cloud
Stars: ✭ 33 (-99.53%)
Mutual labels:  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 (-94.79%)
Mutual labels:  gan, dcgan
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (-44.78%)
Mutual labels:  gan, dcgan
Beautifulgirls
爬虫+脸部识别+DCGAN脸部自动生成
Stars: ✭ 56 (-99.2%)
Mutual labels:  gan, dcgan
Discogan Pytorch
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
Stars: ✭ 961 (-86.2%)
Mutual labels:  gan, generative-model
Pytorch Pix2pix
Pytorch implementation of pix2pix for various datasets.
Stars: ✭ 74 (-98.94%)
Mutual labels:  gan, generative-model
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (-98.99%)
Mutual labels:  gan, dcgan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (-98.64%)
Mutual labels:  gan, dcgan
Keras Dcgan
Keras implementation of Deep Convolutional Generative Adversarial Networks
Stars: ✭ 943 (-86.46%)
Mutual labels:  gan, dcgan
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 (-98.08%)
Mutual labels:  gan, dcgan
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (-98.42%)
Mutual labels:  gan, dcgan
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (-93.15%)
Mutual labels:  gan, dcgan
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (-97.66%)
Mutual labels:  gan, dcgan
Gan
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
Stars: ✭ 2,127 (-69.45%)
Mutual labels:  gan, dcgan
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-97.29%)
Mutual labels:  gan, generative-model
Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (-54.36%)
Mutual labels:  gan, generative-model
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (-96.02%)
Mutual labels:  dcgan, generative-model
MMD-GAN
Improving MMD-GAN training with repulsive loss function
Stars: ✭ 82 (-98.82%)
Mutual labels:  dcgan, generative-model
catgan pytorch
Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks
Stars: ✭ 50 (-99.28%)
Mutual labels:  gan, dcgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (-96.74%)
Mutual labels:  gan, dcgan
DLSS
Deep Learning Super Sampling with Deep Convolutional Generative Adversarial Networks.
Stars: ✭ 88 (-98.74%)
Mutual labels:  gan, dcgan
cgan-face-generator
Face generator from sketches using cGAN (pix2pix) model
Stars: ✭ 52 (-99.25%)
Mutual labels:  gan, generative-model
Tensorflow DCGAN
Study Friendly Implementation of DCGAN in Tensorflow
Stars: ✭ 22 (-99.68%)
Mutual labels:  gan, dcgan
Anogan Tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Stars: ✭ 218 (-96.87%)
Mutual labels:  gan, dcgan
Cat Generator
Generate cat images with neural networks
Stars: ✭ 354 (-94.92%)
Mutual labels:  gan, dcgan
Dcgan
The Simplest DCGAN Implementation
Stars: ✭ 286 (-95.89%)
Mutual labels:  gan, dcgan
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (-45.64%)
Mutual labels:  gan, generative-model
Triple Gan
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Stars: ✭ 203 (-97.08%)
Mutual labels:  gan, generative-model
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (-96.04%)
Mutual labels:  generative-model, dcgan
Mimicry
[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
Stars: ✭ 458 (-93.42%)
Mutual labels:  gan, dcgan
Segan
Speech Enhancement Generative Adversarial Network in TensorFlow
Stars: ✭ 661 (-90.51%)
Mutual labels:  gan, generative-model
Ad examples
A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.
Stars: ✭ 641 (-90.79%)
Mutual labels:  gan
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (-90.95%)
Mutual labels:  gan
Exposure
Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
Stars: ✭ 605 (-91.31%)
Mutual labels:  gan
1-60 of 564 similar projects