tinygrad icon indicating copy to clipboard operation
tinygrad copied to clipboard

UNet3D MLPerf

Open francislata opened this issue 1 year ago • 24 comments

Overview

This is the training script for the UNet3D MLPerf model.

How to run training script

Download dataset

Run the following script from the root folder of tinygrad:

./examples/mlperf/scripts/setup_kits19_dataset.sh

Training model

For training on a tinybox green:

time PYTHONPATH=. WANDB=1 TRAIN_BEAM=3 FUSE_CONV_BW=1 GPUS=6 BS=6 MODEL=unet3d python3 examples/mlperf/model_train.py

francislata avatar Feb 22 '24 03:02 francislata