From c3de7625158afa617971dc9b180568a07885b0db Mon Sep 17 00:00:00 2001 From: VictorDidier <68292394+VictorDidier@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:26:23 +0100 Subject: [PATCH] Update main.py Hello Yohsuke, the way the autotune argument was written did not permit it to deactivate it, i.e. the flag was always set to true. Can you please accept this change and include them in the new docker so I can actually deactivate the autotune. Thank you. --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 83009ca..3248802 100755 --- a/main.py +++ b/main.py @@ -109,8 +109,7 @@ def get_args(): dest="autotune", action="store_true", required=False, - default=True, - help="Flag to autotune the parameters [default=True].", + help="Flag to autotune the parameters [default=False].", ) optional.add_argument( "-ie",