All Projects → thisisiron → TF2-GAN

thisisiron / TF2-GAN

Licence: MIT license
🐳 GAN implemented as Tensorflow 2.X

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to TF2-GAN

Yolov3 Tf2
YoloV3 Implemented in Tensorflow 2.0
Stars: ✭ 2,327 (+3714.75%)
Mutual labels:  tf2, tensorflow-tutorials, tensorflow-examples
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (-26.23%)
Mutual labels:  tf2, tensorflow-examples, tensorflow2
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+24.59%)
Mutual labels:  generative-adversarial-network, tensorflow-examples, tensorflow2
keras efficientnet v2
self defined efficientnetV2 according to official version. Including converted ImageNet/21K/21k-ft1k weights.
Stars: ✭ 56 (-8.2%)
Mutual labels:  tf2, tensorflow2
spectral normalization-tf2
🌈 Spectral Normalization implemented as Tensorflow 2
Stars: ✭ 36 (-40.98%)
Mutual labels:  tf2, tensorflow2
CRNN.tf2
Convolutional Recurrent Neural Network(CRNN) for End-to-End Text Recognition - TensorFlow 2
Stars: ✭ 131 (+114.75%)
Mutual labels:  tf2, tensorflow2
tensorflow 2.0 tutorial
tensorflow 2.0 正式版实用教程/tutorial
Stars: ✭ 48 (-21.31%)
Mutual labels:  tensorflow-tutorials, tensorflow2
deep-learning-in-s4tf
Get started with Swift for TensorFlow by examples
Stars: ✭ 31 (-49.18%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
tf-examples
TensorFlow examples
Stars: ✭ 23 (-62.3%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
3D-GuidedGradCAM-for-Medical-Imaging
This Repo containes the implemnetation of generating Guided-GradCAM for 3D medical Imaging using Nifti file in tensorflow 2.0. Different input files can be used in that case need to edit the input to the Guided-gradCAM model.
Stars: ✭ 60 (-1.64%)
Mutual labels:  tensorflow-examples, tensorflow2
manning tf2 in action
The official code repository for "TensorFlow in Action" by Manning.
Stars: ✭ 61 (+0%)
Mutual labels:  tf2, tensorflow2
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (-32.79%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
transformer-tensorflow2.0
transformer in tensorflow 2.0
Stars: ✭ 53 (-13.11%)
Mutual labels:  tf2, tensorflow2
muzero
A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each other, and investigate reliability of learned MuZero MDP models.
Stars: ✭ 126 (+106.56%)
Mutual labels:  tf2, tensorflow2
tf-faster-rcnn
Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Stars: ✭ 88 (+44.26%)
Mutual labels:  tf2, tensorflow2
pcdarts-tf2
PC-DARTS (PC-DARTS: Partial Channel Connections for Memory-Efficient Differentiable Architecture Search, published in ICLR 2020) implemented in Tensorflow 2.0+. This is an unofficial implementation.
Stars: ✭ 25 (-59.02%)
Mutual labels:  tf2, tensorflow2
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 (+119.67%)
Mutual labels:  generative-adversarial-network, tensorflow-tutorials
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+306.56%)
Mutual labels:  generative-adversarial-network, tensorflow-tutorials
tensorflow-fifo-queue-example
Example on how to use a Tensorflow Queue to feed data to your models.
Stars: ✭ 39 (-36.07%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
content-moderation-image-api
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
Stars: ✭ 50 (-18.03%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples

TF2-GAN

Introduction

Typical GANs are implemented as Tensorflow 2.
I followed the suggestions in the papers, and I slightly changed the model structure or optimizer for simple task.

Requirements

Tensorflow 2.0
Tensorflow Datasets
Tensorflow-addons

How to Run

cd GAN_DIR_YOU_WANT
python train.py

File structure

Name Description
utils.py Loss function, Image storage function, etc.
model.py Model Architecture
train.py Model learning and Loading datasets

GAN List

  • GAN
  • CGAN
  • DCGAN
  • LSGAN
  • WGAN
  • WGAN-GP
  • CycleGAN
  • StarGAN
  • SRGAN
  • SAGAN
  • ACGAN
  • infoGAN
  • BEGAN
  • BigGAN
  • Stacked GAN
  • EBGAN
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].