deit/hubconf.py

9 lines
227 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 *
2021-12-29 23:30:55 +08:00
#from patchconvnet_models import *
2020-12-24 02:47:58 +08:00
dependencies = ["torch", "torchvision", "timm"]