All Projects → pianomania → Infogan Pytorch

pianomania / Infogan Pytorch

Licence: mit
implement infoGAN using pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Infogan Pytorch

Vae Gan Tensorflow
Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"
Stars: ✭ 116 (-14.07%)
Mutual labels:  gan
Tensorflow Mnist Cgan Cdcgan
Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Adversarial Networks (cDCGAN) for MANIST dataset.
Stars: ✭ 122 (-9.63%)
Mutual labels:  gan
Electra
中文 预训练 ELECTRA 模型: 基于对抗学习 pretrain Chinese Model
Stars: ✭ 132 (-2.22%)
Mutual labels:  gan
O Gan
O-GAN: Extremely Concise Approach for Auto-Encoding Generative Adversarial Networks
Stars: ✭ 117 (-13.33%)
Mutual labels:  gan
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-11.11%)
Mutual labels:  gan
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+7998.52%)
Mutual labels:  gan
Impersonator
PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis
Stars: ✭ 1,605 (+1088.89%)
Mutual labels:  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 (-0.74%)
Mutual labels:  gan
Gdwct
Official PyTorch implementation of GDWCT (CVPR 2019, oral)
Stars: ✭ 122 (-9.63%)
Mutual labels:  gan
Ganimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
Stars: ✭ 1,730 (+1181.48%)
Mutual labels:  gan
Pi Rec
🔥 PI-REC: Progressive Image Reconstruction Network With Edge and Color Domain. 🔥 图像翻译,条件GAN,AI绘画
Stars: ✭ 1,619 (+1099.26%)
Mutual labels:  gan
Generate to adapt
Implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks"
Stars: ✭ 120 (-11.11%)
Mutual labels:  gan
Reconstructing faces from voices
An example of the paper "reconstructing faces from voices"
Stars: ✭ 127 (-5.93%)
Mutual labels:  gan
The Gan Zoo
A list of all named GANs!
Stars: ✭ 11,454 (+8384.44%)
Mutual labels:  gan
Gandissect
Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
Stars: ✭ 1,700 (+1159.26%)
Mutual labels:  gan
Msg Gan V1
MSG-GAN: Multi-Scale Gradients GAN (Architecture inspired from ProGAN but doesn't use layer-wise growing)
Stars: ✭ 116 (-14.07%)
Mutual labels:  gan
Mlds2018spring
Machine Learning and having it Deep and Structured (MLDS) in 2018 spring
Stars: ✭ 124 (-8.15%)
Mutual labels:  gan
Oneshottranslation
Pytorch implementation of "One-Shot Unsupervised Cross Domain Translation" NIPS 2018
Stars: ✭ 135 (+0%)
Mutual labels:  gan
Combogan
Stars: ✭ 134 (-0.74%)
Mutual labels:  gan
Awesome Gan For Medical Imaging
Awesome GAN for Medical Imaging
Stars: ✭ 1,814 (+1243.7%)
Mutual labels:  gan

infoGAN-pytorch

Implementation of infoGAN using PyTorch

Results

Catagorical variable(K) and continue variable (c1)
Row represents categorical variable from K = 0 to K = 9 (top to buttom) to characterize digits.
Column represents continue variable (c1) (Width) varying from -1 to 1(left to right).
c1

Catagorical variable(K) and continue variable (c2)
Row represents categorical variable from K = 0 to K = 9 (top to buttom) to characterize digits.
Column represents continue variable (c2) (Rotation) varying from -1 to 1(left to right).
c2

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