From 2fccf8410a4c384b0a23578732153c9619183c7e Mon Sep 17 00:00:00 2001 From: ReDeiPirati Date: Mon, 27 Nov 2017 08:32:14 +0100 Subject: [PATCH] Add StarGan paper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add5451..b65b113 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ #### 2017-11 +- StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation [[arXiv](https://arxiv.org/abs/1711.09020)] [[code](https://github.com/yunjey/StarGAN/)] - Parallel WaveNet: Fast High-Fidelity Speech Synthesis [[DeepMind documents](https://deepmind.com/documents/131/Distilling_WaveNet.pdf)] [[article](https://deepmind.com/blog/high-fidelity-speech-synthesis-wavenet/)] - CheXNet: Radiologist-Level Pneumonia Detection on Chest X-Rays with Deep Learning [[arXiv](https://arxiv.org/abs/1711.05225)] [[article](https://stanfordmlgroup.github.io/projects/chexnet/)] - Online Deep Learning: Learning Deep Neural Networks on the Fly [[arXiv](https://arxiv.org/abs/1711.03705)]