ColossalAI/examples/tutorial/auto_parallel
binmakeswell 610dda676c
[example] migrate diffusion and auto_parallel hands-on (#1871)
2022-11-10 15:31:46 +08:00
..
README.md [example] migrate diffusion and auto_parallel hands-on (#1871) 2022-11-10 15:31:46 +08:00
auto_parallel_demo.py [example] migrate diffusion and auto_parallel hands-on (#1871) 2022-11-10 15:31:46 +08:00

README.md

Train ResNet on CIFAR10 with auto_parallel

Prepare Dataset

We use CIFAR10 dataset in this example. The dataset will be downloaded to ./data by default. If you wish to use customized directory for the dataset. You can set the environment variable DATA via the following command.

export DATA=/path/to/data

Run on 2*2 device mesh

colossalai run --nproc_per_node 4 auto_parallel_demo.py