From 701b6797849e37eaf0adbc3199ee1c5c10a18fd3 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 24 Sep 2019 12:27:34 +0200 Subject: [PATCH] Updated to reflect current source code Signed-off-by: Jim Martens --- appendix.tex | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appendix.tex b/appendix.tex index afc98d9..395fb94 100644 --- a/appendix.tex +++ b/appendix.tex @@ -33,11 +33,9 @@ be found in the definitions.py module, preparation of the data sets and retrieval of data is grouped in the data.py module, evaluation metrics have their separate module (evaluation.py), the configuration is -accessed and handled by the config.py module, debug-only code -can be found in debug.py, and the ssd.py module contains -code to train the SSD and later predict with it. All -code relating to the auto-encoder can be found in its own -sub directory. +accessed and handled by the config.py module, plotting-related code +can be found in plotting.py, and the ssd.py module contains +code to train the SSD and later predict with it. Lastly, the SSD implementation from a third party repository has been modified to work inside a Python package architecture and