diff options
-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} |