-
Updated
Dec 13, 2021 - Jupyter Notebook
#
generative-model
Here are 643 public repositories matching this topic...
This repository contains the source code for the paper First Order Motion Model for Image Animation
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
-
Updated
Jan 6, 2021 - JavaScript
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
-
Updated
Jan 31, 2019 - Python
Code for the paper "Jukebox: A Generative Model for Music"
-
Updated
Sep 10, 2021 - Python
Collection of generative models in Tensorflow
tensorflow
gan
mnist
infogan
generative-model
vae
ebgan
generative-adversarial-networks
wgan
cvae
lsgan
variational-autoencoder
began
cgan
wgan-gp
generative-models
dragan
acgan
fashion-mnist
improved-wgan
-
Updated
Jul 21, 2018 - Python
[CVPR2020] Adversarial Latent Autoencoders
python
machine-learning
computer-vision
deep-learning
neural-network
paper
pytorch
generative-adversarial-network
gan
generative-model
autoencoder
celeba
paper-implementations
face-generation
pytorch-implementation
celeba-hq
stylegan
ffhq
cvpr2020
alae
-
Updated
Jan 23, 2021 - Python
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
-
Updated
Jan 27, 2022 - Python
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
-
Updated
Oct 30, 2017 - Lua
machine-learning
natural-language-processing
computer-vision
deep-learning
generative-model
semi-supervised-learning
graph-neural-networks
-
Updated
Mar 29, 2022
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
-
Updated
Mar 26, 2018 - Jupyter Notebook
This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"
generative-adversarial-network
generative-model
nerf
implicit-surfaces
generative-modelling
cvpr2021
neural-scene-representations
-
Updated
Feb 9, 2022 - Python
Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
-
Updated
Mar 26, 2018 - Python
Generative Adversarial Networks (GANs) resources sorted by citations
generative-model
gans
adversarial-networks
generative-adversarial-networks
research-paper
frameworks
-
Updated
May 11, 2019
Speech Enhancement Generative Adversarial Network in TensorFlow
deep-neural-networks
deep-learning
tensorflow
speech
gan
generative-model
generative-adversarial-networks
-
Updated
Feb 9, 2022 - Python
KakaoBrain KoGPT (Korean Generative Pre-trained Transformer)
-
Updated
Mar 2, 2022 - Python
A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.
deep-learning
generative-model
vae
awesome-list
representation-learning
unsupervised-learning
variational-inference
variational-autoencoder
variational-bayes
disentanglement
variational-auto-encoder
disentangled-representations
-
Updated
Jul 11, 2021
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
machine-learning
computer-vision
shape
image-processing
generative-model
face-recognition
face-detection
faces
3d
3d-reconstruction
3d-graphics
3d-models
morphable-model
analysis-by-synthesis
-
Updated
Mar 30, 2022
TensorFlow implementation of "Learning from Simulated and Unsupervised Images through Adversarial Training"
-
Updated
Dec 10, 2019 - Python
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
nlp
natural-language-processing
deep-learning
generative-adversarial-network
gan
generative-model
policy-gradient
natural-language-understanding
seqgan
-
Updated
Sep 27, 2018 - Python
A collection of resources and papers on Diffusion Models and Score-based Models, a darkhorse in the field of Generative Models
-
Updated
Apr 18, 2022
PyTorch Re-Implementation of "Generating Sentences from a Continuous Space" by Bowman et al 2015 https://arxiv.org/abs/1511.06349
-
Updated
Nov 9, 2021 - Python
DanceNet -💃 💃 Dance generator using Autoencoder, LSTM and Mixture Density Network. (Keras)
-
Updated
Sep 15, 2019 - Python
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
-
Updated
Apr 15, 2022 - Python
alexjc
commented
Jul 11, 2020
The quality of images is higher when the number of pixels from the source and target match 1:1. When a larger source is provided, it could be randomly cropped if a command-line argument is set (likely on
by default).
High-fidelity performance metrics for generative models in PyTorch
reproducible-research
metrics
evaluation
pytorch
gan
generative-model
reproducibility
precision
inception-score
frechet-inception-distance
kernel-inception-distance
perceptual-path-length
-
Updated
Nov 23, 2021 - Python
关于domain generalization,domain adaptation,causality,robutness,prompt,optimization,generative model各式各样研究的阅读笔记
-
Updated
Mar 30, 2022
Efficient Graph Generation with Graph Recurrent Attention Networks, Deep Generative Model of Graphs, Graph Neural Networks, NeurIPS 2019
-
Updated
Feb 12, 2022 - C++
Tensorflow Implementation of Knowledge-Guided CVAE for dialog generation ACL 2017. It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU
deep-learning
end-to-end
chatbot
generative-model
dialogue-systems
cvae
variational-autoencoder
variational-bayes
-
Updated
Nov 26, 2018 - OpenEdge ABL
Improve this page
Add a description, image, and links to the generative-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generative-model topic, visit your repo's landing page and select "manage topics."
This needs to be done in 2 parts:
We don't need to expose all the functions. Some functions do nothing fancy and they need to be removed and the entire computation can be performed inside the
forward
function.