Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.43 KB

Usage.md

File metadata and controls

21 lines (19 loc) · 1.43 KB
docker build --no-cache ./ -t bwlab_eval:latest
docker run --ipc=host --rm -v "S:/SharedDatasets:/workspace/data" --gpus="device=0" -it bwlab_eval:latest
python /workspace/code/main.py -tr nnUNetTrainerMICCAI -dn AbdomenCT -d 701
python /workspace/code/main.py -tr nnUNetTrainerMICCAI -dn AbdomenCT -d 701 -p nnUNetResEncUNetMPlans
python /workspace/code/main.py -tr nnUNetTrainerMICCAI -dn AbdomenMR -d 702
python /workspace/code/main.py -tr nnUNetTrainerMICCAI -dn AbdomenMR -d 702 -p nnUNetResEncUNetMPlans
python /workspace/code/main.py -dn AbdomenCT -d 701 -c 3d_fullres_S4
python /workspace/code/main.py -dn AbdomenCT -d 701 -c 3d_fullres_S5
python /workspace/code/main.py -dn AbdomenCT -d 701 -c 3d_fullres_S4 -p nnUNetResEncUNetMPlans
python /workspace/code/main.py -dn AbdomenCT -d 701 -c 3d_fullres_S5 -p nnUNetResEncUNetMPlans
python /workspace/code/main.py -dn AbdomenMR -d 702 -c 3d_fullres_S4
python /workspace/code/main.py -dn AbdomenMR -d 702 -c 3d_fullres_S5
python /workspace/code/main.py -dn AbdomenMR -d 702 -c 3d_fullres_S4 -p nnUNetResEncUNetMPlans

python /workspace/code/main.py -dn AbdomenCT -d 701 -mp /workspace/data/nnUNet_weights/Dataset701_AbdomenCT/nnUNetTrainerMICCAI_repvgg__nnUNetPlans__3d_fullres -cp checkpoint_100.pth
python /workspace/code/main.py -dn AbdomenMR -d 702 -mp /workspace/data/nnUNet_weights/Dataset702_AbdomenMR/nnUNetTrainerMICCAI_repvgg702__nnUNetPlans__3d_fullres -cp checkpoint_100.pth