diff options
Diffstat (limited to 'report')
-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} |