From ad96c5b156fdad158ad631b648b4b069db361f74 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 2 Sep 2019 11:02:56 +0200 Subject: [PATCH] Removed obsolete local imports Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index a0eee81..41f3b5c 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -1065,7 +1065,6 @@ def _visualise_ose_f1(open_set_error: np.ndarray, f1_scores: np.ndarray, def _auto_encoder_train(args: argparse.Namespace) -> None: import os - import tensorflow as tf from tensorflow.python.ops import summary_ops_v2 from twomartens.masterthesis import data @@ -1104,7 +1103,6 @@ def _auto_encoder_train(args: argparse.Namespace) -> None: def _auto_encoder_test(args: argparse.Namespace) -> None: import os - import tensorflow as tf from tensorflow.python.ops import summary_ops_v2 from twomartens.masterthesis import data