From c090e2c100e4ac587ae2aeb9096c377e85b8d097 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 20 Mar 2019 13:15:58 +0100 Subject: [PATCH] Added subpackage info about SSD Signed-off-by: Jim Martens --- src/twomartens/masterthesis/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twomartens/masterthesis/__init__.py b/src/twomartens/masterthesis/__init__.py index 3dfe6b7..e5e3d96 100644 --- a/src/twomartens/masterthesis/__init__.py +++ b/src/twomartens/masterthesis/__init__.py @@ -19,4 +19,5 @@ Masterthesis package. Subpackages: ``aae``: provides an implementation of Adversarial Auto Encoders + ``ssd_keras``: provides an implementation of SSD """