Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
VictorDidier authored Mar 25, 2024
1 parent 84b1f36 commit c3de762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c3de762

Please sign in to comment.