RewaaHummedi

Results 2 comments of RewaaHummedi

I am currently working on deploying the nnUNet model and am using the following code snippet to access the model's checkpoint: ``` self.predictor.initialize_from_trained_model_folder( os.path.join(model_dir, 'Dataset200_Ma/nnUNetTrainer__nnUNetPlans__2d'), use_folds=(0,), checkpoint_name=checkpoint ) ``` This...