Stars
Barbershop: GAN-based Image Compositing using Segmentation Masks (SIGGRAPH Asia 2021)
MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV.
Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
Some simple generate models in Tensorflow, some codes are not in the same structure.
simple implementation of Tempered Gan in Tensorflow
Must-read papers on graph neural networks (GNN)
personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout, 三种梯度下降方法(BGD, SGD, mini-batch),六种优化算法(momentum、nesterov mom…
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
Deep learning software for colorizing black and white images with a few clicks.
Deep neural networks for voice conversion (voice style transfer) in Tensorflow
SC-Adagrad, SC-RMSProp and RMSProp algorithms for training deep networks proposed in
Simple Tensorflow implementation of "On the Convergence of Adam and Beyond" (ICLR 2018)
A tensorflow based implementaion to CycleGAN