Skip to content

Commit

Permalink
use final checkpoint, we renamed the checkpoint in previous checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Jun 3, 2024
1 parent 80f7c3d commit 604d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnunetv2/inference/JHU_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def predict_from_data_iterator(self,
predictor.initialize_from_trained_model_folder(
args.model,
('all', ),
'checkpoint_latest.pth'
'checkpoint_final.pth'
)

# we need to create list of list of input files
Expand Down

0 comments on commit 604d0fd

Please sign in to comment.