Skip to content

Commit

Permalink
Merge pull request #571 from dkuegler/fix/args-in-run_model
Browse files Browse the repository at this point in the history
Fix the run time calculation (rounded to integer hours in log file)
  • Loading branch information
m-reuter authored Sep 3, 2024
2 parents 8cdcbb9 + 5d659e1 commit fde7304
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FastSurferCNN/run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ def make_parser() -> argparse.ArgumentParser:
return parser



def main(args):
"""
First sets variables and then runs the trainer model.
"""
args = setup_options()
cfg = get_config(args)

if args.aug is not None:
Expand Down

0 comments on commit fde7304

Please sign in to comment.