mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 15:11:20 +00:00
fix typo docs/
This commit is contained in:
@@ -75,7 +75,7 @@ Build your model, optimizer, loss function, lr scheduler and dataloaders. Note t
|
||||
NUM_EPOCHS = 200
|
||||
BATCH_SIZE = 128
|
||||
GRADIENT_CLIPPING = 0.1
|
||||
# build resnetå
|
||||
# build resnet
|
||||
model = resnet34(num_classes=10)
|
||||
# build dataloaders
|
||||
train_dataset = CIFAR10(root=Path(os.environ.get('DATA', './data')),
|
||||
|
Reference in New Issue
Block a user