deit/hubconf.py

8 lines
192 B
Python
Raw Normal View History

2020-12-24 02:47:58 +08:00
# Copyright (c) 2015-present, Facebook, Inc.
# All rights reserved.
from models import *
2021-12-07 16:15:17 +08:00
from cait_models import *
from resmlp_models import *
2020-12-24 02:47:58 +08:00
dependencies = ["torch", "torchvision", "timm"]