mmpretrain/mmpretrain/configs/resnet/resnet18_8xb16_cifar10.py

10 lines
373 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
# This is a BETA new format config file, and the usage may change recently.
from mmengine.config import read_base
with read_base():
from .._base_.datasets.cifar10_bs16 import *
from .._base_.default_runtime import *
from .._base_.models.resnet18_cifar import *
from .._base_.schedules.cifar10_bs128 import *