Skip to content

Commit

Permalink
add comment with adapted step size
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Feb 8, 2024
1 parent f91dc99 commit 3eec586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions totalsegmentator/nnunet.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def nnUNetv2_predict(dir_in, dir_out, task_id, model="3d_fullres", folds=None,
else:
device = torch.device('mps')
step_size = 0.5
# step_size = 0.8 # overal speedup roughly 11%; for fast model no speedup; dice 0.001 worse

Check failure on line 183 in totalsegmentator/nnunet.py

View workflow job for this annotation

GitHub Actions / Check for spelling errors

overal ==> overall
disable_tta = not tta
verbose = False
save_probabilities = False
Expand Down

0 comments on commit 3eec586

Please sign in to comment.