All Projects → daigo0927 → WGAN_GP

daigo0927 / WGAN_GP

Licence: other
Keras model and tensorflow optimization of 'improved Training of Wasserstein GANs'

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WGAN GP

Invoicenet
Deep neural network to extract intelligent information from invoice documents.
Stars: ✭ 1,886 (+11687.5%)
Mutual labels:  keras-tensorflow
Keras Srgan
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Keras
Stars: ✭ 213 (+1231.25%)
Mutual labels:  keras-tensorflow
Fun-with-MNIST
Playing with MNIST. Machine Learning. Generative Models.
Stars: ✭ 23 (+43.75%)
Mutual labels:  wgan-gp
Vdcnn
Implementation of Very Deep Convolutional Neural Network for Text Classification
Stars: ✭ 158 (+887.5%)
Mutual labels:  keras-tensorflow
Analytics Zoo
Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
Stars: ✭ 2,448 (+15200%)
Mutual labels:  keras-tensorflow
Deep Unet For Satellite Image Segmentation
Satellite Imagery Feature Detection with SpaceNet dataset using deep UNet
Stars: ✭ 227 (+1318.75%)
Mutual labels:  keras-tensorflow
Keras Fewshotlearning
Some State-of-the-Art few shot learning algorithms in tensorflow 2
Stars: ✭ 135 (+743.75%)
Mutual labels:  keras-tensorflow
Pytorch-Basic-GANs
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.
Stars: ✭ 101 (+531.25%)
Mutual labels:  wgan-gp
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (+1125%)
Mutual labels:  keras-tensorflow
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+168.75%)
Mutual labels:  keras-tensorflow
C3d Keras
C3D for Keras + TensorFlow
Stars: ✭ 171 (+968.75%)
Mutual labels:  keras-tensorflow
Dkeras
Distributed Keras Engine, Make Keras faster with only one line of code.
Stars: ✭ 181 (+1031.25%)
Mutual labels:  keras-tensorflow
Recommender System
A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.
Stars: ✭ 227 (+1318.75%)
Mutual labels:  keras-tensorflow
Stock Price Predictor
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.
Stars: ✭ 146 (+812.5%)
Mutual labels:  keras-tensorflow
100DaysOfMLCode
I am taking up the #100DaysOfMLCode Challenge 😎
Stars: ✭ 12 (-25%)
Mutual labels:  keras-tensorflow
Dl Keras Tf
rstudio::conf(2020) deep learning workshop
Stars: ✭ 137 (+756.25%)
Mutual labels:  keras-tensorflow
Guitarlstm
Deep learning models for guitar amp/pedal emulation using LSTM with Keras.
Stars: ✭ 225 (+1306.25%)
Mutual labels:  keras-tensorflow
Kervolution
Kervolution implementation using TF2.0
Stars: ✭ 20 (+25%)
Mutual labels:  keras-tensorflow
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (+381.25%)
Mutual labels:  keras-tensorflow
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+512.5%)
Mutual labels:  keras-tensorflow

Wasserstein GAN with gradient penalty

Keras model and tensorflow optimization of "improved Training of Wasserstein GANs"

please download image training data before learning.

python main.py --datadir (path to the directory contains images)

sample generated image (using lsun dataset, church_outdoor category)

generated image

! it generate well-seems fake images, but the loss (both of genertor and of discriminator) getting larger along learning.

! so it may have some imcomplete points, want someone to check it, thanks.

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