All Projects → jmiller656 → Discogan Tensorflow

jmiller656 / Discogan Tensorflow

Licence: mit
An implementation of DiscoGAN in tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Discogan Tensorflow

Gan Mri
Code repository for Frontiers article 'Generative Adversarial Networks for Image-to-Image Translation on Multi-Contrast MR Images - A Comparison of CycleGAN and UNIT'
Stars: ✭ 159 (+93.9%)
Mutual labels:  neural-networks, generative-adversarial-networks
Keras Gan
Keras implementations of Generative Adversarial Networks.
Stars: ✭ 8,494 (+10258.54%)
Mutual labels:  neural-networks, generative-adversarial-networks
Torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
Stars: ✭ 1,156 (+1309.76%)
Mutual labels:  neural-networks, generative-adversarial-networks
Get started with deep learning for text with allennlp
Getting started with AllenNLP and PyTorch by training a tweet classifier
Stars: ✭ 69 (-15.85%)
Mutual labels:  neural-networks
Strike With A Pose
A simple GUI tool for generating adversarial poses of objects.
Stars: ✭ 70 (-14.63%)
Mutual labels:  neural-networks
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+10768.29%)
Mutual labels:  neural-networks
Tensorflow seq2seq chatbot
Stars: ✭ 81 (-1.22%)
Mutual labels:  neural-networks
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-15.85%)
Mutual labels:  neural-networks
Wav2letter
Speech Recognition model based off of FAIR research paper built using Pytorch.
Stars: ✭ 78 (-4.88%)
Mutual labels:  neural-networks
Pytorch Pix2pix
Pytorch implementation of pix2pix for various datasets.
Stars: ✭ 74 (-9.76%)
Mutual labels:  generative-adversarial-networks
Kaggle Rsna
Deep Learning for Automatic Pneumonia Detection, RSNA challenge
Stars: ✭ 74 (-9.76%)
Mutual labels:  neural-networks
Geneva
Code to train and evaluate the GeNeVA-GAN model for the GeNeVA task proposed in our ICCV 2019 paper "Tell, Draw, and Repeat: Generating and modifying images based on continual linguistic instruction"
Stars: ✭ 71 (-13.41%)
Mutual labels:  generative-adversarial-networks
Dann
Deep Neural Network Sandbox for JavaScript.
Stars: ✭ 75 (-8.54%)
Mutual labels:  neural-networks
Ehcf
This is our implementation of EHCF: Efficient Heterogeneous Collaborative Filtering (AAAI 2020)
Stars: ✭ 70 (-14.63%)
Mutual labels:  neural-networks
Transfer Learning Conv Ai
🦄 State-of-the-Art Conversational AI with Transfer Learning
Stars: ✭ 1,217 (+1384.15%)
Mutual labels:  neural-networks
Blinkdl
A minimalist deep learning library in Javascript using WebGL + asm.js. Run convolutional neural network in your browser.
Stars: ✭ 69 (-15.85%)
Mutual labels:  neural-networks
Abigsurvey
A collection of 500+ survey papers on Natural Language Processing (NLP) and Machine Learning (ML)
Stars: ✭ 1,203 (+1367.07%)
Mutual labels:  neural-networks
Pedestrian Synthesis Gan
Pedestrian-Synthesis-GAN: Generating Pedestrian Data in Real Scene and Beyond
Stars: ✭ 73 (-10.98%)
Mutual labels:  generative-adversarial-networks
Super Slowmo
An attempt at a PyTorch implimentation of "Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation"
Stars: ✭ 73 (-10.98%)
Mutual labels:  neural-networks
Mlalgorithms
Minimal and clean examples of machine learning algorithms implementations
Stars: ✭ 8,733 (+10550%)
Mutual labels:  neural-networks

DiscoGAN for Tensorflow

An implementation of Learning to Discover Cross-Domain Relations with Generative Adversarial Networks written in tensorflow.

Requirements

  • Tensorflow 1.0.1
  • scipy

Training

python main.py

Training details

Currently the data utils file works on domains from the celeba dataset

Remarks

As it currently stands, I have refactored much of the model and extracted it to discoGAN.py. I will soon be making it take command line arguments, download datasets automatically, etc. As mentioned before, there are now some barebones utilities to work with the celeba dataset.

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