diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-03-10 20:16:23 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-03-10 20:16:23 +0000 |
commit | 4ef1a0704aa8de8e31ee3ed01e0e7f5dce9daf92 (patch) | |
tree | 2150e15400f38e30f1cb77d7a6c04190ef9ad539 /report | |
parent | b783de41bfc89f6bbf067e76edd9d94d1581a552 (diff) | |
download | e4-gan-4ef1a0704aa8de8e31ee3ed01e0e7f5dce9daf92.tar.gz e4-gan-4ef1a0704aa8de8e31ee3ed01e0e7f5dce9daf92.tar.bz2 e4-gan-4ef1a0704aa8de8e31ee3ed01e0e7f5dce9daf92.zip |
Increase graph size a little bit
Diffstat (limited to 'report')
-rw-r--r-- | report/paper.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/report/paper.md b/report/paper.md index eb1fc09..7dfb96c 100644 --- a/report/paper.md +++ b/report/paper.md @@ -277,16 +277,16 @@ separate graphs. Explain the trends in the graphs. \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/tsne-mnist.png}}\\ \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/pca-cgan.png}}\quad \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/tsne-cgan.png}} - \caption{2D feature visualisations PCA: a) MNIST b) CGAN ; TSNE a) MNIST b) CGAN} + \caption{2D visualisations PCA: a) MNIST b) CGAN : TSNE a) MNIST b) CGAN} \label{fig:features} \end{figure} \begin{figure} \centering - \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/pr-mnist.png}}\quad - \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/pr-cgan.png}} - \caption{Precisional Recall Curves a) MNIST, b) CGAN output} + \subfloat[][]{\includegraphics[width=.22\textwidth]{fig/pr-mnist.png}}\quad + \subfloat[][]{\includegraphics[width=.22\textwidth]{fig/pr-cgan.png}} + \caption{Precisional Recall Curves a) MNIST : b) CGAN output} \label{fig:rocpr} \end{figure} |