HumanSD / mmpretrain /configs /resnet /resnet18_8xb32_in1k.py
liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame
369 Bytes
# 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.imagenet_bs32 import *
from .._base_.default_runtime import *
from .._base_.models.resnet18 import *
from .._base_.schedules.imagenet_bs256 import *