Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Citation
|
| 2 |
+
```
|
| 3 |
+
@article{DBLP:journals/corr/abs-1710-10196,
|
| 4 |
+
author = {Tero Karras and
|
| 5 |
+
Timo Aila and
|
| 6 |
+
Samuli Laine and
|
| 7 |
+
Jaakko Lehtinen},
|
| 8 |
+
title = {Progressive Growing of GANs for Improved Quality, Stability, and Variation},
|
| 9 |
+
journal = {CoRR},
|
| 10 |
+
volume = {abs/1710.10196},
|
| 11 |
+
year = {2017},
|
| 12 |
+
url = {http://arxiv.org/abs/1710.10196},
|
| 13 |
+
eprinttype = {arXiv},
|
| 14 |
+
eprint = {1710.10196},
|
| 15 |
+
timestamp = {Mon, 13 Aug 2018 16:46:42 +0200},
|
| 16 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-1710-10196.bib},
|
| 17 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 18 |
+
}
|
| 19 |
+
```
|