autodl-projects/xautodl/xmodels/__init__.py
2021-06-09 23:08:21 +08:00

11 lines
368 B
Python

#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.06 #
#####################################################
# The models in this folder is written with xlayers #
#####################################################
from .transformers import get_transformer
def obtain_model(config):
raise NotImplementedError