Skip to content
Snippets Groups Projects
Commit 18096f62 authored by Xuan Gu's avatar Xuan Gu
Browse files

Update 2 files

- /MLPerf/training/image_segmentation/pytorch/benchmark.txt
- /MLPerf/training/image_segmentation/pytorch/U-Net3D.def
parent 1719d76a
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ apt-get update && \
apt-get install -y git
apt-get install -y vim
git clone https://github.com/mlperf/training.git
mv training/image_segmentation/pytorch/* /workspace/unet3d/
rm -rf training
git clone https://github.com/xuagu37/mlperf-training.git
mv mlperf-training/image_segmentation/pytorch/* /workspace/unet3d/
rm -rf mlperf-training
pip install --upgrade pip
pip install --disable-pip-version-check -r requirements.txt
......
......@@ -16,7 +16,11 @@ To download the data please follow the instructions:
git clone https://github.com/neheller/kits19
apptainer exec $CONTAINER_DIR bash -c "cd kits19 && python3 -m starter_code.get_imaging"
mv kits19/data/* raw-data/
rm -rf kits19
-B ${WORK_DIR}/data:/data -B ${WORK_DIR}/results:/results
-B ${WORK_DIR}/raw-data:/raw-data
\ No newline at end of file
apptainer exec -B ${WORK_DIR}/raw-data:/raw-data -B ${WORK_DIR}/data:/data -B ${WORK_DIR}/results:/results $CONTAINER_DIR bash -c "cd /workspace/unet3d && python3 preprocess_dataset.py --data_dir /raw-data --results_dir /data"
apptainer exec -B ${WORK_DIR}/raw-data:/raw-data -B ${WORK_DIR}/data:/data -B ${WORK_DIR}/results:/results $CONTAINER_DIR bash -c "bash /workspace/unet3d/run_and_time.sh 1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment