diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-03-10 20:13:33 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-03-10 20:13:33 +0000 |
commit | 852862440eba885b7fe274e52ae7f48f0cceb081 (patch) | |
tree | 9252aec976de1497367e18129474a9f4730810ed | |
parent | 3b7847633545673117eff53f66f47db519ad6cf2 (diff) | |
download | e4-gan-852862440eba885b7fe274e52ae7f48f0cceb081.tar.gz e4-gan-852862440eba885b7fe274e52ae7f48f0cceb081.tar.bz2 e4-gan-852862440eba885b7fe274e52ae7f48f0cceb081.zip |
Change graph headings
-rw-r--r-- | report/paper.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/report/paper.md b/report/paper.md index 3853717..134e9ba 100644 --- a/report/paper.md +++ b/report/paper.md @@ -277,18 +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{ROC and PR curves Top: MNIST, Bottom: CGAN output} + \caption{2D feature visualisations PCA: a) MNIST b) CGAN ; TSNE a) MNIST b) CGAN} \label{fig:features} \end{figure} -\begin{figure}[!ht] +\begin{figure} \centering - \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/roc-mnist.png}}\quad - \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/pr-mnist.png}}\\ - \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/roc-cgan.png}}\quad + \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/pr-mnist.png}}\quad \subfloat[][]{\includegraphics[width=.2\textwidth]{fig/pr-cgan.png}} - \caption{ROC and PR curves Top: MNIST, Bottom: CGAN output} + \caption{Precisional Recall Curves a) MNIST, b) CGAN output} \label{fig:rocpr} \end{figure} |