shenzebang's Stars
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
tkarras/progressive_growing_of_gans
Progressive Growing of GANs for Improved Quality, Stability, and Variation
IDSIA/sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
Newmu/dcgan_code
Deep Convolutional Generative Adversarial Networks
ajbrock/BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
igul222/improved_wgan_training
Code for reproducing experiments in "Improved Training of Wasserstein GANs"
tjwei/GANotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
jeanfeydy/geomloss
Geometric loss functions between point clouds, images and volumes
gpeyre/SinkhornAutoDiff
Toolbox to integrate optimal transport loss functions using automatic differentiation and Sinkhorn's algorithm
dilinwang820/Stein-Variational-Gradient-Descent
code for the paper "Stein Variational Gradient Descent (SVGD): A General Purpose Bayesian Inference Algorithm"
carsonip/Penguin-Subtitle-Player
An open-source, cross-platform standalone subtitle player
nicola-decao/MolGAN
Tensorflow implementation of MolGAN: An implicit generative model for small molecular graphs
OctoberChang/MMD-GAN
MMD-GAN: Towards Deeper Understanding of Moment Matching Network
openai/ot-gan
Code for the paper "Improving GANs Using Optimal Transport"
musikisomorphie/swd
unsupervised video and image generation
jeanfeydy/global-divergences
MMD, Hausdorff and Sinkhorn divergences scaled up to 1,000,000 samples.
bernhard-schmitzer/optimal-transport
A collection of adaptive sparse multi-scale solvers for optimal transport and related optimization problems.
vndroid/shadowsocks-install
a CLI Bash script to install shadowsocks server automatic for Debian / Ubuntu
MichaelArbel/Scaled-MMD-GAN
Scaled MMD GAN
gpeyre/2014-SISC-BregmanOT
J-D. Benamou, G. Carlier, M. Cuturi, L. Nenna, G. Peyré. Iterative Bregman Projections for Regularized Transportation Problems. SIAM Journal on Scientific Computing, 37(2), pp. A1111–A1138, 2015.
DartML/SteinGAN
code for steinGAN - Learning to Draw Samples: With Application to Amortized MLE for Generative Adversarial Learning
GiulsLu/Sinkhorn-Barycenters
Sinkhorn Barycenters via Frank-Wolfe algorithm
gerrili1996/DRLR_NIPS2019_exp
The MATLAB source code
lewisKit/Amortized_SVGD
Experiments of amortized stein variational gradient
tomsercu/SobolevGAN-SSL
Code accompanying the paper Sobolev GAN https://arxiv.org/abs/1711.04894
sebastian-claici/StochasticWassersteinBarycenters
Implementation of the paper 'Stochastic Wasserstein Barycenters'
mstaib/stochastic-barycenter-code
Supporting code for "Parallel Streaming Wasserstein Barycenters"
chanshing/sobolev_gan
Pytorch implemention of Sobolev GAN (https://arxiv.org/abs/1711.04894)
Adoni/GANs
GAN models implemented with PyTorch
kilianFatras/stochastic_opt_OT
implementation of the paper "Stochastic Optimization for Large-scale Optimal Transport" (https://arxiv.org/pdf/1605.08527.pdf).