Skip to content

Commit 58d11b4

Browse files
authored
Edit filepaths
1 parent 7a8bee8 commit 58d11b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def load_model(self):
5555
)
5656
# Initialize the network architecture, loads the checkpoint
5757
self.predictor.initialize_from_trained_model_folder(
58-
"/opt/ml/model/Dataset090_ULS23_Combined/nnUNetTrainer__nnUNetResEncUNetLPlans__3d_fullres",
58+
"/opt/ml/model/nnUNet_results/Dataset090_ULS23_Combined/nnUNetTrainer__nnUNetResEncUNetLPlans__3d_fullres",
5959
use_folds=("all"),
6060
checkpoint_name="checkpoint_best.pth",
6161
)

0 commit comments

Comments
 (0)