You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ColossalAI/examples/tutorial/large_batch_optimizer
BoxiangW ca6e75bc28
[tutorial] edited hands-on practices (#1899)
2 years ago
..
README.md [tutorial] edited hands-on practices (#1899) 2 years ago
config.py [tutorial] edited hands-on practices (#1899) 2 years ago
train.py [tutorial] edited hands-on practices (#1899) 2 years ago

README.md

Handson 4: Comparison of Large Batch Training Optimization

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 train.py --config config.py