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/tests/test_engine/configs/non_pipeline_resnet_apex_am...

17 lines
231 B

import os
from pathlib import Path
BATCH_SIZE = 128
IMG_SIZE = 224
DIM = 768
NUM_CLASSES = 10
NUM_ATTN_HEADS = 12
parallel = dict(
pipeline=dict(size=1),
tensor=dict(size=1, mode=None)
)
fp16 = dict(mode=AMP_TYPE.APEX)