All Projects → avhirupc → Progressive-Growing-Of-GANs-Pytorch-

avhirupc / Progressive-Growing-Of-GANs-Pytorch-

Licence: other
Progressively growing of GANs Pytorch Implementation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Progressive-Growing-Of-GANs-Pytorch-

progressive growing of GANs
Pure tensorflow implementation of progressive growing of GANs
Stars: ✭ 31 (+121.43%)
Mutual labels:  pggan, progressively-growing-gan
SieNet-Image-extrapolation
SiENet: Siamese Expansion Network for Image Extrapolation(IEEE SPL2020)
Stars: ✭ 42 (+200%)
Mutual labels:  gans
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+1878.57%)
Mutual labels:  gans
FusionGAN
PyTorch Implementation of FusionGAN paper: Generating a Fusion Image: One's Identity and Another's Shape (https://arxiv.org/abs/1804.07455)
Stars: ✭ 28 (+100%)
Mutual labels:  gans
FaceData
A macOS app to parse face landmarks from a video for GANs training
Stars: ✭ 71 (+407.14%)
Mutual labels:  gans
simsg
Semantic Image Manipulation using Scene Graphs (CVPR 2020)
Stars: ✭ 49 (+250%)
Mutual labels:  gans
pytorch-deep-photo-enhancer
pytorch implementation of deep photo enhancer
Stars: ✭ 23 (+64.29%)
Mutual labels:  gans
stylegan-v
[CVPR 2022] StyleGAN-V: A Continuous Video Generator with the Price, Image Quality and Perks of StyleGAN2
Stars: ✭ 136 (+871.43%)
Mutual labels:  gans
TensorMONK
A collection of deep learning models (PyTorch implemtation)
Stars: ✭ 21 (+50%)
Mutual labels:  pggan
Pose2vec
A Repository for maintaining various human skeleton preprocessing steps in numpy and tensorflow along with tensorflow model to learn pose embeddings.
Stars: ✭ 25 (+78.57%)
Mutual labels:  gans
AffineGAN
PyTorch Implementation of "Facial Image-to-Video Translation by a Hidden Affine Transformation" in MM'19.
Stars: ✭ 46 (+228.57%)
Mutual labels:  gans
awesome-generative-deep-art
A curated list of generative deep learning tools, works, models, etc. for artistic uses
Stars: ✭ 172 (+1128.57%)
Mutual labels:  gans
deep-learning-roadmap
my own deep learning mastery roadmap
Stars: ✭ 40 (+185.71%)
Mutual labels:  gans
eqgan
[CVPR 2022] Improving GAN Equilibrium by Raising Spatial Awareness
Stars: ✭ 129 (+821.43%)
Mutual labels:  gans
tfvaegan
[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL
Stars: ✭ 107 (+664.29%)
Mutual labels:  pytorch-gan
Human-Pose-Transfer
Implement Human Pose Transfer papers with Pytorch
Stars: ✭ 60 (+328.57%)
Mutual labels:  pytorch-gan
Awesome-GAN-Resources
🤖A list of resources to help anyone getting started with GANs 🤖
Stars: ✭ 90 (+542.86%)
Mutual labels:  gans
PPOGAN
No description or website provided.
Stars: ✭ 23 (+64.29%)
Mutual labels:  gans
Feature-Generating-Networks
Zero Shot Learning with Feature Generating Networks
Stars: ✭ 31 (+121.43%)
Mutual labels:  gans
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+857.14%)
Mutual labels:  gans

PGGAN :octocat:

This repository contains the implementation of the paper Progressive Growing of GANs for Improved Quality, Stability, and Variation in Pytorch. The following experiment will been carried out on MNIST dataset.

Tasks to do:

  • Classes for Generator,Discriminator and PGGAN
  • add_layer functions
  • adding smoothing branch
  • Training procedure.
  • Data Loader and Transforming them for training.
  • Training it on MNIST data and uploading trained model
  • minibatch discrimination
  • weight normalisation
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].