From 7c8de936dbe32ac4460e66c1e67368d79dff8ea9 Mon Sep 17 00:00:00 2001 From: andrea Date: Thu, 11 Feb 2021 12:11:04 +0100 Subject: [PATCH] running comparison --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index e59c57b..f98c430 100644 --- a/main.py +++ b/main.py @@ -109,8 +109,6 @@ def main(args): time_tr = round(time.time() - time_init, 3) print(f'Training completed in {time_tr} seconds!') - exit('[Exiting DEBUG session without testing overall architecture!]') - # Testing ---------------------------------------- print('\n[Testing Generalized Funnelling]') time_te = time.time()