Files
autodl-projects/xautodl/xmodels/__init__.py

11 lines
368 B
Python
Raw Normal View History

2021-06-03 01:08:17 -07:00
#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.06 #
#####################################################
# The models in this folder is written with xlayers #
#####################################################
2021-06-09 02:16:56 -07:00
from .transformers import get_transformer
2021-06-09 23:08:21 +08:00
def obtain_model(config):
raise NotImplementedError