Skip to content

Commit

Permalink
Fix the run time calculation (rounded to integer hours in log file)
Browse files Browse the repository at this point in the history
Fixes error introduced in 2f350e9
  • Loading branch information
dkuegler committed Sep 3, 2024
1 parent 8cdcbb9 commit 5d659e1
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 5d659e1

Please sign in to comment.