aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornunzip <np.scarh@gmail.com>2019-03-14 19:37:39 +0000
committernunzip <np.scarh@gmail.com>2019-03-14 19:37:39 +0000
commite45aef7b5df38948406b7a079b63cdedab94c423 (patch)
tree24801175bd1bbb2a60da4e0d54b1d7842bffc697
parent80d5df3b64c65f0bb582404ca18a6db0fff4d408 (diff)
downloade4-gan-e45aef7b5df38948406b7a079b63cdedab94c423.tar.gz
e4-gan-e45aef7b5df38948406b7a079b63cdedab94c423.tar.bz2
e4-gan-e45aef7b5df38948406b7a079b63cdedab94c423.zip
Fix broken reference
-rw-r--r--report/paper.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/report/paper.md b/report/paper.md
index d89a394..f22ad3b 100644
--- a/report/paper.md
+++ b/report/paper.md
@@ -554,6 +554,14 @@ $$ L_{\textrm{total}} = \alpha L_{\textrm{LeNet}} + \beta L_{\textrm{generator}}
\begin{figure}[H]
\begin{center}
+\includegraphics[width=24em]{fig/train_few_real.png}
+\caption{Training with 550 samples from MNIST only}
+\label{fig:few_real}
+\end{center}
+\end{figure}
+
+\begin{figure}[H]
+\begin{center}
\includegraphics[width=24em]{fig/fake_only.png}
\caption{Retraining with generated samples only}
\label{fig:fake_only}