Skip to content

Commit

Permalink
delete image
Browse files Browse the repository at this point in the history
  • Loading branch information
Josefine authored and Josefine committed Jul 22, 2020
1 parent 113a87f commit 5eaad7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions documentation/report/Appendices/Appendix_A.tex
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,19 @@ \subsection{Task list}
\textbf{Michael Gerstenberger}
\begin{itemize}
\item Organizational
\begin{itemize}
\item Preprocessing coordinator
\item Grid manager
\end{itemize}
\item Theoretical background and research
\begin{itemize}
\item Background on autoencoders and feature engineering
\item Presentation on neural network architectures
\end{itemize}
\item Technical setup and problem solving
\begin{itemize}
\item Support team with Grid related questions
\end{itemize}
\item Programming
\begin{itemize}
\item Preprocessing (background removal, rotation, centering, cropping)
Expand Down
7 changes: 0 additions & 7 deletions documentation/report/Chapters/Dataset.tex
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,6 @@ \subsubsection{Description of our data set(s)}
\subsubsection{Data set creation with Tensorflow}
\label{subsec:DataSetTheory}
\begin{figure}[!ht]
\centering
\includegraphics[scale=0.55]{Figures/chapter03/latent-space-square.png}
\decoRule
\caption[??]{??}
\label{fig:LatentSquare}
\end{figure}
In the following, TensorFlow's own binary storage format \texttt{TFRecord} is introduced. This approach facilitates the mix and match of data sets and network architectures. The large amount of data that was collected has a significant impact on our import pipeline and, therefore, on the total training time. The file format is optimized for images and text data. These are stored in tuples which always consist of file and label. In our case, the difference in reading time is significant, because the data is stored in the network and not on a SSD on the local PC. The serialized file format allows the data to be streamed efficiently through the network efficiently. Another advantage is that the file is transportable over several systems, regardless of the model one wants to train.
Expand Down
Binary file modified documentation/report/asparagus-report.pdf
Binary file not shown.

0 comments on commit 5eaad7e

Please sign in to comment.