All Projects → openai → Infogan

openai / Infogan

Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets"

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Infogan

Cv Arxiv Daily
分享计算机视觉每天的arXiv文章
Stars: ✭ 714 (-24.68%)
Mutual labels:  paper
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-98%)
Mutual labels:  paper
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (-10.86%)
Mutual labels:  paper
Awesome Distributed Systems
A curated list to learn about distributed systems
Stars: ✭ 7,263 (+666.14%)
Mutual labels:  paper
Esfnet Pytorch
ESFNet-Pytorch
Stars: ✭ 18 (-98.1%)
Mutual labels:  paper
Roadmap nlp
Roadmap for NLP 涵盖NLP的理论知识、应用场景和工程实践等
Stars: ✭ 25 (-97.36%)
Mutual labels:  paper
Random Network Distillation
Code for the paper "Exploration by Random Network Distillation"
Stars: ✭ 708 (-25.32%)
Mutual labels:  paper
Papers
Conference Papers and Appendicies (USENIX Security, BlackHat, HITBSecConf, and BeVX)
Stars: ✭ 19 (-98%)
Mutual labels:  paper
Nsga Ii
an implementation of NSGA-II in java
Stars: ✭ 18 (-98.1%)
Mutual labels:  paper
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+794.62%)
Mutual labels:  paper
Maddpg
Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
Stars: ✭ 767 (-19.09%)
Mutual labels:  paper
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (-5.59%)
Mutual labels:  paper
Deepmri
The code for paper 'DeepcomplexMRI: Exploiting deep residual network for fast parallel MR imaging with complex convolution'
Stars: ✭ 25 (-97.36%)
Mutual labels:  paper
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (-22.05%)
Mutual labels:  paper
Wgan Lp Tensorflow
Reproduction code for WGAN-LP
Stars: ✭ 13 (-98.63%)
Mutual labels:  paper
Paper collection
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
Stars: ✭ 710 (-25.11%)
Mutual labels:  paper
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-98%)
Mutual labels:  paper
Pytorchsr
Pytorch based phoneme recognition (TIMIT phoneme classification)
Stars: ✭ 21 (-97.78%)
Mutual labels:  paper
Papercrawler
Crawler used to crawl papers
Stars: ✭ 20 (-97.89%)
Mutual labels:  paper
Supervised Reptile
Code for the paper "On First-Order Meta-Learning Algorithms"
Stars: ✭ 844 (-10.97%)
Mutual labels:  paper

Status: Archive (code is provided as-is, no updates expected)

InfoGAN

Code for reproducing key results in the paper InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets by Xi Chen, Yan Duan, Rein Houthooft, John Schulman, Ilya Sutskever, Pieter Abbeel.

Dependencies

This project currently requires the dev version of TensorFlow available on Github: https://github.com/tensorflow/tensorflow. As of the release, the latest commit is 79174a.

In addition, please pip install the following packages:

  • prettytensor
  • progressbar
  • python-dateutil

Running in Docker

$ git clone [email protected]:openai/InfoGAN.git
$ docker run -v $(pwd)/InfoGAN:/InfoGAN -w /InfoGAN -it -p 8888:8888 gcr.io/tensorflow/tensorflow:r0.9rc0-devel
install -r requirements.txt
[email protected]:/InfoGAN# python launchers/run_mnist_exp.py

Running Experiment

We provide the source code to run the MNIST example:

PYTHONPATH='.' python launchers/run_mnist_exp.py

You can launch TensorBoard to view the generated images:

tensorboard --logdir logs/mnist
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].