Skip to content

shaform/DeepNetworks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

DeepNetworks

My implementations of deep neural networks for practice.

Implemented Methods

This repository implements the following:

  • Subpixel Convolutions: paper, code
  • Translated Parametric ReLU: paper, code
  • Weight Normalization: paper, code
  • Label Smoothing: paper, code
  • Wasserstein GAN: paper, code
  • Improved Training of Wasserstein GANs: paper, code
  • Deep Regret Analytic Generative Adversarial Networks: paper, code
  • Conditional Image Synthesis With Auxiliary Classifier GANs: paper
  • Learning to Discover Cross-Domain Relations with Generative Adversarial Networks: paper, code
  • Minibatch Stat Concatenation: paper, code

Requirements

  • tensorflow >= 1.4.0
  • Python 3