deit/hubconf.py

9 lines
227 B
Python
Raw Normal View History

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