Skip to content
Snippets Groups Projects
Commit 47b10d1b 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 6120be45
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,8 @@ mv training/image_segmentation/pytorch/* /workspace/unet3d/
rm -rf training
pip install --upgrade pip
pip install --disable-pip-version-check -r requirements.txt
\ No newline at end of file
pip install --disable-pip-version-check -r requirements.txt
git clone https://github.com/neheller/kits19
cd kits19
pip3 install -r requirements.txt
\ No newline at end of file
MODLE_NAME=U-Net3D
# MODULE_VERSION=21.11.0
CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODLE_NAME}.sif
WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/MLPerf/training/image_segmentation/pytorch
cd $WORK_DIR
mkdir raw-data-dir
cd raw-data-dir
git clone https://github.com/neheller/kits19
cd kits19
pip3 install -r requirements.txt
python3 -m starter_code.get_imaging
\ No newline at end of file
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