Skip to content
Snippets Groups Projects
Unverified Commit 18c42d3f authored by Xuan Gu's avatar Xuan Gu Committed by GitHub
Browse files

Update README.md

parent 1328a2b7
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,24 @@ docker push xuagu37/nvidia_nnu-net_for_pytorch:21.11.0
```
cd /proj/nsc/xuan/ngc
git clone https://github.com/NVIDIA/DeepLearningExamples
cd /proj/nsc/xuan/ngc/DeepLearningExamples/PyTorch/Segmentation/nnUNet
```
- Pull from xuagu37 and run the image
```
singularity pull nvidia_nnu-net_for_pytorch.sif docker://xuagu37/nvidia_nnu-net_for_pytorch:21.11.0
singularity shell -B ${PWD}/data:/data -B ${PWD}/results:/results --nv nvidia_nnu-net_for_pytorch.sif
```
- Prepare BraTS dataset
```
python download.py --task 01
python preprocess.py --task 01 --dim 2
```
- Run the script.
You need to modify the script for e.g. the name of your reservation, number of nodes, batch_size, etc.
```
cd /proj/nsc/xuan/ngc/DeepLearningExamples/PyTorch/Segmentation/nnUNet
sbash benchmark_nnunet_pytorch_berzelius.sh
sbash benchmark_nnunet_pytorch_berzelius_multi_node.sh
```
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment