Image-to-Image Translation in PyTorch
-
Updated
Nov 19, 2020 - Python
{{ message }}
Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.
Image-to-Image Translation in PyTorch
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
A list of all named GANs!
A MNIST-like fashion product database. Benchmark
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Image-to-image translation with conditional adversarial nets
Keras implementations of Generative Adversarial Networks.
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Awesome paper list with code about generative adversarial nets
Build your neural network easy and fast
Synthesizing and manipulating 2048x1024 images with conditional GANs
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Tensorflow tutorial from basic to hard
Interactive Image Generation via Generative Adversarial Networks
Collection of generative models in Tensorflow
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Create Anime Characters with MakeGirlsMoe
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
[CVPR2020] Adversarial Latent Autoencoders
Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
Summaries of machine learning papers
Multimodal Unsupervised Image-to-Image Translation
Collection of generative models in Pytorch version.
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
人像卡通化探索项目 (photo-to-cartoon translation project)
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.