diff options
author | Leonard Kugis <leonard@kug.is> | 2023-01-08 22:38:35 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2023-01-08 22:38:35 +0100 |
commit | 416fa49bde99c69d6453976beb2a0b5c8db1e5a4 (patch) | |
tree | 0b1431e03ce87fd066ca1b76aeff2351a415a773 /Presentation/presentation.tex | |
parent | 373bd654d1d52d6d1ed1f6b320728161251030f6 (diff) |
Resized figure, removed bullet points
Diffstat (limited to 'Presentation/presentation.tex')
-rw-r--r-- | Presentation/presentation.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Presentation/presentation.tex b/Presentation/presentation.tex index 6b1dae8..6f6b970 100644 --- a/Presentation/presentation.tex +++ b/Presentation/presentation.tex @@ -216,13 +216,13 @@ backend=biber, \begin{frame}{Weight quantization} \begin{figure}[h] \centering - \includegraphics[width=0.5\textwidth, keepaspectratio]{resources/clustering} + \includegraphics[width=0.75\textwidth, keepaspectratio]{resources/clustering} \caption{Weight quantization \cite{Han2015DeepCC}} \end{figure} - \begin{itemize} - \item Group similar weights into clusters - \item Fine tune clusters with gradient matrix during update - \end{itemize} + % \begin{itemize} + % \item Group similar weights into clusters + % \item Fine tune clusters with gradient matrix during update + % \end{itemize} \end{frame} \begin{frame}{Weight quantization} |