Views
No views yet
1nnUNet_results/
2βββ Dataset101_Breast/
3 βββ nnUNetTrainer_10epochs__nnUNetPlans__2d/
4 βββ fold_all/
5 β βββ checkpoint_final.pth # Trained model weights
6 βββ dataset.json # Trained dataset metadata
7 βββ plans.json # Preprocessing and training plans1nnUNetv2_predict -i path/to/your/images \
2 -o path/to/your/output/folder \
3 -d 101 -c 2d -f all -tr nnUNetTrainer_10epochs-device mps in the inference command to leverage the GPU.