From d487d34cec62711188c353d30810ec0f410cc292 Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Wed, 10 Aug 2022 11:06:52 +0200 Subject: [PATCH] Added packages for baseline setup --- README.md | 4 +++- baseline/__init__.py | 0 common/__init__.py | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 baseline/__init__.py create mode 100644 common/__init__.py diff --git a/README.md b/README.md index 4fbf1fe..5c844a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # master-thesis -Repository for my master thesis at the University of Stuttgart (IMS) \ No newline at end of file +Repository for my master thesis at the University of Stuttgart (IMS) + +// TODO :: Add commands for training, testing & evaluation here \ No newline at end of file diff --git a/baseline/__init__.py b/baseline/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/common/__init__.py b/common/__init__.py new file mode 100644 index 0000000..e69de29