We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8bee8 commit 58d11b4Copy full SHA for 58d11b4
1 file changed
process.py
@@ -55,7 +55,7 @@ def load_model(self):
55
)
56
# Initialize the network architecture, loads the checkpoint
57
self.predictor.initialize_from_trained_model_folder(
58
- "/opt/ml/model/Dataset090_ULS23_Combined/nnUNetTrainer__nnUNetResEncUNetLPlans__3d_fullres",
+ "/opt/ml/model/nnUNet_results/Dataset090_ULS23_Combined/nnUNetTrainer__nnUNetResEncUNetLPlans__3d_fullres",
59
use_folds=("all"),
60
checkpoint_name="checkpoint_best.pth",
61
0 commit comments